-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compatibility with pytest ^8 (#776)
* fix compatibility with pytest ^8 * [build] Limit maximum pytest version to v9 and remove pytest-8.0.0rc1 and pytest-8.0.0rc2 from the excluded versions. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> * [build] Revert minimum pytest version to v7. This should allow users to update pytest independently from pytest-asyncio. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> * [docs] Add changelog entry for pytest 8 compatibility. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> --------- Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de> Co-authored-by: Michael Seifert <m.seifert@digitalernachschub.de>
- Loading branch information
Showing
6 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Always adjust install_requires in setup.cfg and pytest-min-requirements.txt | ||
# when changing runtime dependencies | ||
pytest >= 7.0.0,<8 | ||
pytest >= 7.0.0,<9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters