summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_namespaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_namespaces.py')
-rw-r--r--setuptools/tests/test_namespaces.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setuptools/tests/test_namespaces.py b/setuptools/tests/test_namespaces.py
index f2acff84..da19bd79 100644
--- a/setuptools/tests/test_namespaces.py
+++ b/setuptools/tests/test_namespaces.py
@@ -16,10 +16,6 @@ class TestNamespaces:
sys.version_info < (3, 5),
reason="Requires importlib.util.module_from_spec",
)
- @pytest.mark.xfail(
- os.environ.get("APPVEYOR"),
- reason="https://github.com/pypa/setuptools/issues/851",
- )
def test_mixed_site_and_non_site(self, tmpdir):
"""
Installing two packages sharing the same namespace, one installed