Skip to content

Commit 61be9dc

Browse files
authored
Update test dependencies (tox v4) (#953)
1 parent 304ef12 commit 61be9dc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip setuptools wheel
43-
python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
43+
python -m pip install 'tox~=4.0' 'tox-gh~=1.0'
4444
- name: Run test via Tox
4545
run: tox --skip-missing-interpreters
4646
env:
4747
COVERAGE_XML_PATH: ${{ runner.temp }}
48-
- uses: codecov/codecov-action@v2
48+
- uses: codecov/codecov-action@v3
4949
with:
5050
directory: ${{ runner.temp }}

tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps =
1010
freezegun==0.3.12
1111
backports.zoneinfo;python_version<"3.9"
1212
tzdata;sys_platform == 'win32'
13-
whitelist_externals = make
13+
allowlist_externals = make
1414
commands = make clean-cldr test
1515
setenv =
1616
PYTEST_FLAGS=--cov=babel --cov-report=xml:{env:COVERAGE_XML_PATH:.coverage_cache}/coverage.{envname}.xml
@@ -19,11 +19,11 @@ passenv =
1919
PYTEST_*
2020
PYTHON_*
2121

22-
[gh-actions]
22+
[gh]
2323
python =
24-
pypy3: pypy3
25-
3.7: py37
26-
3.8: py38
27-
3.9: py39
28-
3.10: py310
29-
3.11: py311
24+
pypy3 = pypy3
25+
3.7 = py37
26+
3.8 = py38
27+
3.9 = py39
28+
3.10 = py310
29+
3.11 = py311

0 commit comments

Comments
 (0)