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
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",