"vscode:/vscode.git/clone" did not exist on "daa49447597e6386ee0db254ee3f763f5ade6a35"
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):
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:
......
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