Skip to content

Commit

Permalink
fix pytest 8 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mueslo committed Feb 2, 2024
1 parent f93cee4 commit a232ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tests = [
"tox",
]
tests-core = [
"pytest",
"pytest~=7.4",
"pytest-cases",
"pytest-logbook",
]
Expand Down

0 comments on commit a232ae7

Please sign in to comment.