Skip to content
Snippets Groups Projects
Commit d78bf493 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

requirements: fix pytest version for python 2 vs 3

parent ce7d5f38
No related branches found
No related tags found
1 merge request!29Python3
......@@ -41,7 +41,8 @@ voeventlib==1.2; python_version >= '3'
# problematic API changes in 2.3.1 and beyond that will need to be handled
# appropriately.
pyparsing==2.3.0
pytest<5
pytest<5; python_version < '3'
pytest==5.1.2; python_version >= '3'
pytest-cov==2.6.1
pytest-django==3.4.8
pytz==2018.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment