Skip to content

Commit 4efe083

Browse files
committed
Fix pytest not being installed in several PyPy tox environment
1 parent df4fb23 commit 4efe083

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

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

0 commit comments

Comments
 (0)