We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
8.0.0
1 parent b0a7178 commit 0ef78b7Copy full SHA for 0ef78b7
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Changed
5
+- Set upper pytest version limit to not include `8.0.0`, by @HardNorth
6
7
## [5.3.1]
8
### Changed
requirements.txt
@@ -1,5 +1,5 @@
dill>=0.3.6
-pytest>=3.8.0
+pytest>=3.8.0,<8.0.0
reportportal-client~=5.5.4
aenum>=3.1.0
requests>=2.28.0
0 commit comments