summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
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):