diff --git a/compiler/tests/python/conftest.py b/compiler/tests/python/conftest.py index 3a4c56601..9dae9d3e8 100644 --- a/compiler/tests/python/conftest.py +++ b/compiler/tests/python/conftest.py @@ -27,5 +27,4 @@ def no_parallel(request): break if found_parallel: break - print("no_parallel = ", not found_parallel) return not found_parallel