mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
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:
parent
26aa03a252
commit
0f8d015a41
2
setup.py
2
setup.py
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user