Skip to content

Commit

Permalink
BLD: Restrict pytest <8.0
Browse files Browse the repository at this point in the history
Fixes #467
  • Loading branch information
Jacob-Stevens-Haas committed Jan 31, 2024
1 parent 8341efb commit f3eb503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -34,7 +34,7 @@ dependencies = [
dev = [
"matplotlib",
"seaborn",
"pytest>=6.2.4",
"pytest>=6.2.4, <=8.0.0",
"black",
"build",
"pytest-cov",
Expand Down

0 comments on commit f3eb503

Please sign in to comment.