Skip to content

Commit

Permalink
requirements: Restrict pytest to < 6.0 due to bug/problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodrin committed Jul 29, 2020
1 parent 1ec58b7 commit 9de7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip>=9.0.1
numpy>1.16
sympy<1.6
scipy
pytest>=3.6
pytest>=3.6,<6.0
pytest-runner
flake8>=2.1.0
nbval
Expand Down

0 comments on commit 9de7266

Please sign in to comment.