From b059a67fd1fe5d514f7c283f5ab99052e1cea15f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 12 Jan 2023 21:02:54 -0500 Subject: mypy: turn on disallow_untyped_decorators --- tests/test_oddball.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.1