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
ebee0a27
Unverified
Commit
ebee0a27
authored
Oct 18, 2022
by
Sylvain Gugger
Browse files
Remove debug statement
parent
fa8ed9ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
utils/tests_fetcher.py
utils/tests_fetcher.py
+0
-1
No files found.
utils/tests_fetcher.py
View file @
ebee0a27
...
...
@@ -645,7 +645,6 @@ def filter_tests(output_file, filters):
print
(
"No tests to filter."
)
return
print
(
test_files
)
if
test_files
==
[
"tests"
]:
test_files
=
[
os
.
path
.
join
(
"tests"
,
f
)
for
f
in
os
.
listdir
(
"tests"
)
if
f
not
in
[
"__init__.py"
]
+
filters
]
else
:
...
...
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