"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "b2505f7db7b727cddb748d80a4b76e5895a8ed85"
Unverified Commit ebee0a27 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Remove debug statement

parent fa8ed9ca
...@@ -645,7 +645,6 @@ def filter_tests(output_file, filters): ...@@ -645,7 +645,6 @@ def filter_tests(output_file, filters):
print("No tests to filter.") print("No tests to filter.")
return return
print(test_files)
if test_files == ["tests"]: if test_files == ["tests"]:
test_files = [os.path.join("tests", f) for f in os.listdir("tests") if f not in ["__init__.py"] + filters] test_files = [os.path.join("tests", f) for f in os.listdir("tests") if f not in ["__init__.py"] + filters]
else: else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment