Skip to content

Commit

Permalink
Merge pull request dynamicslab#468 from dynamicslab/hotfix-467-pytest…
Browse files Browse the repository at this point in the history
…-version

BLD: Restrict pytest <8.0
  • Loading branch information
Jacob-Stevens-Haas committed Jan 31, 2024
2 parents bf74c27 + 24a5d25 commit 34c15fa
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 34c15fa

Please sign in to comment.