diff options
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r-- | tests/test_oddball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index fe841bd5..1cdadf6f 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -506,7 +506,7 @@ class GettraceTest(CoverageTest): ) @pytest.mark.expensive - def test_atexit_gettrace(self): # pragma: not covered + def test_atexit_gettrace(self): # pragma: no metacov # This is not a test of coverage at all, but of our understanding # of this edge-case behavior in various Pythons. if env.METACOV: |