From ec9668269897631a263b71fb9727555570e9f24f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 24 Feb 2021 13:23:22 -0500 Subject: test: oops, accidentally always skipped this test --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_api.py') 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): -- cgit v1.2.1