diff options
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 42ef986d..b17f9ee0 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -763,9 +763,6 @@ class CurrentInstanceTest(CoverageTest): assert cur0 is cur3 -@pytest.mark.skipif(not env.PYBEHAVIOR.namespaces_pep420, - reason="Python before 3.3 doesn't have namespace packages" -) class NamespaceModuleTest(UsingModulesMixin, CoverageTest): """Test PEP-420 namespace modules.""" |