Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
0f8d015a
Unverified
Commit
0f8d015a
authored
Jan 29, 2024
by
amyeroberts
Committed by
GitHub
Jan 29, 2024
Browse files
Pin pytest version <8.0.0 (#28758)
* Pin pytest version <8.0.0 * Update setup.py * make deps_table_update
parent
26aa03a2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
setup.py
View file @
0f8d015a
...
@@ -145,7 +145,7 @@ _deps = [
...
@@ -145,7 +145,7 @@ _deps = [
"psutil"
,
"psutil"
,
"pyyaml>=5.1"
,
"pyyaml>=5.1"
,
"pydantic"
,
"pydantic"
,
"pytest>=7.2.0"
,
"pytest>=7.2.0
,<8.0.0
"
,
"pytest-timeout"
,
"pytest-timeout"
,
"pytest-xdist"
,
"pytest-xdist"
,
"python>=3.8.0"
,
"python>=3.8.0"
,
...
...
src/transformers/dependency_versions_table.py
View file @
0f8d015a
...
@@ -51,7 +51,7 @@ deps = {
...
@@ -51,7 +51,7 @@ deps = {
"psutil"
:
"psutil"
,
"psutil"
:
"psutil"
,
"pyyaml"
:
"pyyaml>=5.1"
,
"pyyaml"
:
"pyyaml>=5.1"
,
"pydantic"
:
"pydantic"
,
"pydantic"
:
"pydantic"
,
"pytest"
:
"pytest>=7.2.0"
,
"pytest"
:
"pytest>=7.2.0
,<8.0.0
"
,
"pytest-timeout"
:
"pytest-timeout"
,
"pytest-timeout"
:
"pytest-timeout"
,
"pytest-xdist"
:
"pytest-xdist"
,
"pytest-xdist"
:
"pytest-xdist"
,
"python"
:
"python>=3.8.0"
,
"python"
:
"python>=3.8.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment