summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-02-24 13:23:22 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-02-24 13:23:33 -0500
commitec9668269897631a263b71fb9727555570e9f24f (patch)
treecbb1f160488c3b8b340e110cc19a2430239277f9 /tests/test_api.py
parentcc2afd8ea9c3aed22af29b2c14484230f46732e7 (diff)
downloadpython-coveragepy-git-ec9668269897631a263b71fb9727555570e9f24f.tar.gz
test: oops, accidentally always skipped this test
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 66f471c3..391a52e0 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -763,7 +763,7 @@ class CurrentInstanceTest(CoverageTest):
assert cur0 is cur3
-@pytest.mark.skip(not env.PYBEHAVIOR.namespaces_pep420,
+@pytest.mark.skipif(not env.PYBEHAVIOR.namespaces_pep420,
reason="Python before 3.3 doesn't have namespace packages"
)
class NamespaceModuleTest(UsingModulesMixin, CoverageTest):