summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-12 21:02:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-12 21:04:26 -0500
commitb059a67fd1fe5d514f7c283f5ab99052e1cea15f (patch)
treec2f80b395589ecc83daf189b5b8a2fd54b3ee97a /tests
parent2be37e3d695af882ccedd71168f82ffd12bca961 (diff)
downloadpython-coveragepy-git-b059a67fd1fe5d514f7c283f5ab99052e1cea15f.tar.gz
mypy: turn on disallow_untyped_decorators
Diffstat (limited to 'tests')
-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 23e3ce9d..e4147dc6 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -155,7 +155,7 @@ class MemoryLeakTest(CoverageTest):
It may still fail occasionally, especially on PyPy.
"""
- @flaky
+ @flaky # type: ignore[misc]
@pytest.mark.skipif(not env.C_TRACER, reason="Only the C tracer has refcounting issues")
def test_for_leaks(self) -> None:
# Our original bad memory leak only happened on line numbers > 255, so