Skip to content

Commit

Permalink
Merge pull request #468 from dynamicslab/hotfix-467-pytest-version
Browse files Browse the repository at this point in the history
BLD: Restrict pytest <8.0
  • Loading branch information
Jacob-Stevens-Haas committed Jan 31, 2024
2 parents 8341efb + a256e64 commit e6752e2
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 e6752e2

Please sign in to comment.