summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-28 16:53:20 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-28 16:53:20 -0400
commit56b0aaa62ff7f3bf87c9d1b746ce571fe827cdb1 (patch)
tree02c72168607d75beac940620f7a1008c52f757fc /tests/test_concurrency.py
parentb15a7eb3a33413db175465431f9ea2295388b43c (diff)
downloadpython-coveragepy-git-56b0aaa62ff7f3bf87c9d1b746ce571fe827cdb1.tar.gz
Exclude site-packages so vendored code doesn't pollute test results
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py1
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):