Skip to content

Commit

Permalink
Allow older pytest on python <3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed Sep 19, 2019
1 parent e7fdcd1 commit 1926af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ vcrpy~=1.11.1 # requests 2.16.3 doesn't work with vcrpy <1.11.1
virtualenv==15.1.0
boto3
wheel==0.31.0
pytest~=5.1.2
pytest~=5.1.2; python_version >= '3.5'
pytest~=4.6.5; python_version < '3.5'
pytest-xdist~=1.29.0
pytest-runner
pytest-cov==2.5.1
Expand Down

0 comments on commit 1926af1

Please sign in to comment.