Commit 3ebd9363 authored by J. Goutin's avatar J. Goutin Committed by GitHub

Update test_msvc.py

parent 4732c1eb
......@@ -73,8 +73,6 @@ class TestModulePatch:
mod_name = distutils.msvc9compiler.find_vcvarsall.__module__
assert mod_name == "setuptools.msvc", "find_vcvarsall unpatched"
@pytest.mark.xfail(six.PY2,
reason="https://github.com/pypa/setuptools/issues/707")
def test_no_registry_entries_means_nothing_found(self):
"""
No registry entries or environment variable should lead to an error
......
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