diff options
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 7d54a97f..58529ec5 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -430,6 +430,7 @@ class MultiprocessingTest(CoverageTest): [run] concurrency = multiprocessing branch = True + omit = */site-packages/* """) if env.PYVERSION >= (3, 4): |