Skip to content

Commit

Permalink
BLD: Restrict pytest <8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Jan 31, 2024
1 parent bf74c27 commit 24a5d25
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 24a5d25

Please sign in to comment.