summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-04-30 17:36:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-04-30 17:36:11 -0400
commit766cabfcc7bfc19d143e3cb582f6dd6094ff603a (patch)
treeebabbe1f02d57e4a33b9d6639da5a7313ca2f51e /tests/test_concurrency.py
parent5d589558c585686e051fc34df52803873e560907 (diff)
downloadpython-coveragepy-git-766cabfcc7bfc19d143e3cb582f6dd6094ff603a.tar.gz
One more line to exclude from coverage measurement
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 1463b29d..bcf61942 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -538,7 +538,7 @@ def test_thread_safe_save_data(tmpdir):
time.sleep(duration) # pragma: nested
- cov.stop()
+ cov.stop() # pragma: nested
# The following call used to crash with running background threads.
cov.get_data()