Skip to content

Commit

Permalink
Pin pytest to <= 8.1.1 (potential bug with v8.2.0) (#1246)
Browse files Browse the repository at this point in the history
See for more details: neuronsimulator/nrn#2866
  • Loading branch information
pramodk committed May 1, 2024
1 parent 2fb037e commit 70553cc
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 @@ -9,7 +9,7 @@ sympy>=1.3
importlib-metadata;python_version<'3.9'
importlib-resources;python_version<'3.9'
# dependencies for test
pytest>=3.3.0
pytest<=8.1.1
pytest-cov
numpy
# dependencies for docs
Expand Down

0 comments on commit 70553cc

Please sign in to comment.