File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4040 - name : Install dependencies
4141 run : |
4242 python -m pip install --upgrade pip setuptools wheel
43- python -m pip install 'tox~=4.0' 'tox-gh~=1 .0'
43+ python -m pip install 'tox~=4.0' 'tox-gh-actions~=3 .0'
4444 - name : Run test via Tox
4545 run : tox --skip-missing-interpreters
4646 env :
Original file line number Diff line number Diff line change 22envlist =
33 py{37,38,39,310,311}
44 pypy3
5+ py{37,38}-pytz
56
67[testenv]
78deps =
1011 freezegun ==0.3.12
1112 backports.zoneinfo; python_version<"3.9"
1213 tzdata; sys_platform == 'win32'
14+ pytz: pytz
1315allowlist_externals = make
1416commands = make clean-cldr test
1517setenv =
@@ -19,11 +21,11 @@ passenv =
1921 PYTEST_*
2022 PYTHON_*
2123
22- [gh]
24+ [gh-actions ]
2325python =
24- pypy3 = pypy3
25- 3.7 = py37
26- 3.8 = py38
27- 3.9 = py39
28- 3.10 = py310
29- 3.11 = py311
26+ pypy3: pypy3
27+ 3.7: py37
28+ 3.8: py38
29+ 3.9: py39
30+ 3.10: py310
31+ 3.11: py311
You can’t perform that action at this time.
0 commit comments