Skip to content

Commit

Permalink
chore: fix pytest requirement for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Sep 12, 2020
1 parent ad805bb commit f9b2ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_requirements.txt
@@ -1,6 +1,7 @@
coverage
coveralls
pytest>=5.0
pytest>=5.0; python_version >= '3.0'
pytest>=2.7; python_version < '3.0'
pytest-mock
argparse
nbformat

0 comments on commit f9b2ecf

Please sign in to comment.