Skip to content

Commit

Permalink
Update setup.py - pin pytest<8
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronspring authored Feb 6, 2024
1 parent 16240b7 commit 3970def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
extras_require["test"] = [
"netcdf4",
"pre-commit",
"pytest",
"pytest<8",
"pytest-cov",
"pytest-lazy-fixture",
"pytest-xdist",
Expand Down

0 comments on commit 3970def

Please sign in to comment.