mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
unpin pytest<8 (#37768)
* pytest 8 * pytest 8 --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
79d4bc761d
commit
50d231a806
@ -55,3 +55,4 @@ markers = [
|
||||
]
|
||||
log_cli = 1
|
||||
log_cli_level = "WARNING"
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
@ -55,7 +55,7 @@ deps = {
|
||||
"psutil": "psutil",
|
||||
"pyyaml": "pyyaml>=5.1",
|
||||
"pydantic": "pydantic",
|
||||
"pytest": "pytest>=7.2.0,<8.0.0",
|
||||
"pytest": "pytest>=7.2.0",
|
||||
"pytest-asyncio": "pytest-asyncio",
|
||||
"pytest-rerunfailures": "pytest-rerunfailures",
|
||||
"pytest-timeout": "pytest-timeout",
|
||||
|
Loading…
Reference in New Issue
Block a user