summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-30 10:59:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-30 10:59:57 -0500
commit55f8b136930551cb6f68dd31c7a65b75e98e9da6 (patch)
tree7b83aba4ada2b673c3773e8b93270c20f0dca3af /tests/test_oddball.py
parentd17be155d85afb2bc804693deacfd2e1c5f8738e (diff)
downloadpython-coveragepy-git-55f8b136930551cb6f68dd31c7a65b75e98e9da6.tar.gz
build: make upgradenedbat/upgrade-with-kits
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index 2eb0fc1d..2d0ae7f1 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -134,7 +134,7 @@ class RecursionTest(CoverageTest):
if pytrace: # pragma: no metacov
assert cov._warnings == ["Trace function changed, measurement is likely wrong: None"]
else:
- assert cov._warnings == []
+ assert not cov._warnings
class MemoryLeakTest(CoverageTest):