"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "bf6f0c380b586011bc92b345f324f242e28e6c2c"
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