Commit 8c055ff6 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Mark another test to fail. Ref #851

parent a5b81d8e
...@@ -136,6 +136,8 @@ class TestNamespaces: ...@@ -136,6 +136,8 @@ class TestNamespaces:
with src_dir.as_cwd(): with src_dir.as_cwd():
subprocess.check_call(develop_cmd, env=env) subprocess.check_call(develop_cmd, env=env)
@pytest.mark.skipif(bool(os.environ.get("APPVEYOR")),
reason="https://github.com/pypa/setuptools/issues/851")
def test_namespace_package_importable(self, tmpdir): def test_namespace_package_importable(self, tmpdir):
""" """
Installing two packages sharing the same namespace, one installed Installing two packages sharing the same namespace, one installed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment