unpin pytest<8 (#37768)

* pytest 8

* pytest 8

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-04-25 12:34:33 +02:00
committed by GitHub
parent 79d4bc761d
commit 50d231a806
3 changed files with 3 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ _deps = [
"psutil",
"pyyaml>=5.1",
"pydantic",
"pytest>=7.2.0,<8.0.0",
"pytest>=7.2.0",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest-timeout",