summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-10-30 09:22:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-10-30 09:22:09 -0400
commit39d8634b8ebee76ab776d4592e0ce1f9d9c77eb5 (patch)
treedf218d093b9272b9b2516450b853c98dff5c4a64 /tests/test_concurrency.py
parent583e3987a3bea627acd4ff737abf1ee9a000fcf4 (diff)
downloadpython-coveragepy-git-nedbat/virtualenv-34.tar.gz
Remove debuggingnedbat/virtualenv-34
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 9c1edc36..7109f170 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -396,7 +396,6 @@ class MultiprocessingTest(CoverageTest):
args=args, start_method=start_method,
)
out = self.run_command(cmd)
- print(f"@ self.run_command(); {out=}")
expected_cant_trace = cant_trace_msg(concurrency, the_module)
if expected_cant_trace is not None: