Skip to content

Commit

Permalink
chore(dependencies): restrict yanked pytest version 8.1.0 (#2120)
Browse files Browse the repository at this point in the history
* pytest 8.1.0 broke some plugins and was yanked
* https://github.com/pytest-dev/pytest/releases/tag/8.1.0
  • Loading branch information
wpbonelli authored Mar 5, 2024
1 parent 53a94a9 commit f2f2d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- jupyter
- jupytext
- modflow-devtools
- pytest
- pytest!=8.1.0
- pytest-benchmark
- pytest-cov
- pytest-dotenv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test = [
"jupyter",
"jupytext",
"modflow-devtools",
"pytest",
"pytest !=8.1.0",
"pytest-benchmark",
"pytest-cov",
"pytest-dotenv",
Expand Down

0 comments on commit f2f2d9d

Please sign in to comment.