diff options
| -rw-r--r-- | tests/test_concurrency.py | 2 | ||||
| -rw-r--r-- | tox.ini | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 07f62bd9..9c1edc36 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -494,7 +494,7 @@ class MultiprocessingTest(CoverageTest): self.assertIn("Exception during multiprocessing bootstrap init", out) self.assertIn("Exception: Crashing because called by _bootstrap", out) - def xxxx_bug890(self): + def test_bug890(self): # chdir in multiprocessing shouldn't keep us from finding the # .coveragerc file. self.make_file("multi.py", """\ @@ -41,11 +41,11 @@ commands = python igor.py zip_mods install_egg remove_extension # Test with the PyTracer - python igor.py test_with_tracer py -n0 -vv -s -k multi {posargs} + python igor.py test_with_tracer py {posargs} # Build the C extension and test with the CTracer python setup.py --quiet build_ext --inplace - python igor.py test_with_tracer c -n0 -vv -k multi {posargs} + python igor.py test_with_tracer c {posargs} [testenv:anypy] # For running against my own builds of CPython, or any other specific Python. |
