Skip to content

Commit f8a2db5

Browse files
committed
Fix pytest spec for py3.5
1 parent fad231c commit f8a2db5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ basepython =
4747
deps =
4848
{[default]deps}
4949

50-
# In Python 2, we need to pull in typing
50+
# In Python 2, we need to pull in typing, mock
5151
py{26,27,py2}: typing==3.7.4.1
5252
py{26,27,py2}: mock==3.0.5 # rq.filter: <4
5353

5454
# For pytest
55-
py{26,27,34,py2}: pytest==4.6.11
56-
py{34,35,36,37,38,39,py3}: pytest==5.2.4
55+
py{26,27,34,py2}: pytest==4.6.11 # rq.filter: <5
56+
py{35,36,37,38,39,py3}: pytest==5.2.4
5757

5858
# For code coverage
5959
{[testenv:coverage_report]deps}

0 commit comments

Comments
 (0)