Commit a83ae992 authored by Jason R. Coombs's avatar Jason R. Coombs

Evaluate the expression directly. Workaround for #860.

parent 0be2dfcf
......@@ -13,7 +13,7 @@ class TestNamespaces:
@pytest.mark.xfail(sys.version_info < (3, 3),
reason="Requires PEP 420")
@pytest.mark.skipif('os.environ.get("APPVEYOR")',
@pytest.mark.skipif(os.environ.get("APPVEYOR"),
reason="https://github.com/pypa/setuptools/issues/851")
def test_mixed_site_and_non_site(self, tmpdir):
"""
......
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