Skip to content

Commit df4fb23

Browse files
committed
Fix pytest not being installed in py35 tox environment
1 parent 9ec66bf commit df4fb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ commands = python -m coverage run --rcfile {toxinidir}/setup.cfg -m pytest {posa
140140
deps =
141141
-rtests/requirements.txt
142142
coverage~=5.0
143-
py{36,37,38,39}: pytest~=6.2
143+
py{35,36,37,38,39}: pytest~=6.0
144144
py{27,34}: pytest~=4.6
145-
py{36,37,38,39}: pytest-randomly~=3.5
145+
py{35,36,37,38,39}: pytest-randomly~=3.5
146146
py{27,34}: pytest-randomly~=1.2
147147
scandir: .[scandir]
148148
!scandir: .

0 commit comments

Comments
 (0)