Skip to content

Commit

Permalink
Pin pytest upper version (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilerP committed Mar 4, 2024
1 parent f5a9566 commit f0e09d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -69,7 +69,7 @@ dev = [
"tox>=4",
]
test = [
"pytest>=7",
"pytest>=7,<8.1.0",
"pytest-xdist>=3",
"pytest-mock>=3.5.0",
"pytest-cov>=4",
Expand Down

0 comments on commit f0e09d2

Please sign in to comment.