Pin pytest version <8.0.0 (#28758)

* Pin pytest version <8.0.0

* Update setup.py

* make deps_table_update
This commit is contained in:
amyeroberts 2024-01-29 15:22:14 +00:00 committed by GitHub
parent 26aa03a252
commit 0f8d015a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ _deps = [
"psutil",
"pyyaml>=5.1",
"pydantic",
"pytest>=7.2.0",
"pytest>=7.2.0,<8.0.0",
"pytest-timeout",
"pytest-xdist",
"python>=3.8.0",

View File

@ -51,7 +51,7 @@ deps = {
"psutil": "psutil",
"pyyaml": "pyyaml>=5.1",
"pydantic": "pydantic",
"pytest": "pytest>=7.2.0",
"pytest": "pytest>=7.2.0,<8.0.0",
"pytest-timeout": "pytest-timeout",
"pytest-xdist": "pytest-xdist",
"python": "python>=3.8.0",