Skip to content

Commit 3546e12

Browse files
committed
Tox cleanup
1 parent 0205363 commit 3546e12

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

tox.ini

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,21 @@ deps =
4848
{[default]deps}
4949

5050
# In Python 2, we need to pull in typing
51-
{py26,py27}: typing==3.7.4.1
51+
py{26,27,py2}: typing==3.7.4.1
52+
py{26,27,py2}: mock==3.0.5 # rq.filter: <4
5253

5354
# For pytest
54-
{py26,py27,py34}: pytest==4.6.11
55-
{py35,py36,py37,py38}: pytest==5.2.4
55+
py{26,27,34,py2}: pytest==4.6.11
56+
py{34,35,36,37,38,39,py3}: pytest==5.2.4
5657

5758
# For code coverage
5859
{[testenv:coverage_report]deps}
59-
pytest-cov==2.10.0
60+
py{26,27,34,py2}: pytest-cov==2.8.1 # rq.filter: <2.9
61+
py{34,35,36,37,38,39,py3}: pytest-cov==2.10.0
6062

6163
# For hypothesis. Note Python 3.4 isn't supported by hypothesis.
62-
py27: hypothesis==4.43.9 # rq.filter: <4.44
63-
{py35,py36,py37,py38,py39,py2,py3}: hypothesis==5.8.6
64-
py27: mock==3.0.5 # rq.filter: <4
64+
py{26,27,py2}: hypothesis==4.43.9 # rq.filter: <4.44
65+
py{35,36,37,38,39,py3}: hypothesis==5.8.6
6566

6667
setenv =
6768
{[default]setenv}
@@ -239,7 +240,7 @@ ignore_missing_imports = True
239240

240241
description = generate coverage report
241242

242-
depends = test-py{26,27,34,35,36,37,38,py,py3}
243+
depends = test-py{26,27,34,35,36,37,38,39,py2,py3}
243244

244245
basepython = {[default]basepython}
245246

0 commit comments

Comments
 (0)