Commit 3e05a963 authored by Jason R. Coombs's avatar Jason R. Coombs

Skip again on appveyor

parent 3943cf41
......@@ -51,6 +51,8 @@ class TestNamespaces:
env = dict(PYTHONPATH=python_path)
subprocess.check_call(try_import, env=env)
@pytest.mark.skipif(bool(os.environ.get("APPVEYOR")),
reason="https://github.com/pypa/setuptools/issues/851")
def test_pkg_resources_import(self, tmpdir):
"""
Ensure that a namespace package doesn't break on import
......
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