Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #411 from simphony/check-pytest-incorrect-execution
Browse files Browse the repository at this point in the history
Fix pytest error due to broken version
  • Loading branch information
stefanoborini committed May 17, 2017
2 parents fe09a65 + fd4beea commit 67d8b45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ tabulate >= 0.7.4
mock==1.0.1
coverage
flake8<3
hypothesis
hypothesis==3.6.0
pytest==2.9.1
py==1.4.31
pluggy==0.3.1
# Pinned because older versions return status 2 for successful
# operation, which is considered an error by setup.py
yapf==0.14.0
Expand Down

0 comments on commit 67d8b45

Please sign in to comment.