Commit 521987da authored by Jason R. Coombs's avatar Jason R. Coombs

Remove expected fail.

parent 148cace6
...@@ -57,7 +57,10 @@ def test_distutils_local_with_setuptools(venv): ...@@ -57,7 +57,10 @@ def test_distutils_local_with_setuptools(venv):
assert venv.name in loc.split(os.sep) assert venv.name in loc.split(os.sep)
@pytest.mark.xfail(reason="#2259")
def test_distutils_local(venv): def test_distutils_local(venv):
"""
Even without importing, the setuptools-local copy of distutils is
preferred.
"""
env = dict(SETUPTOOLS_USE_DISTUTILS='local') env = dict(SETUPTOOLS_USE_DISTUTILS='local')
assert venv.name in find_distutils(venv, env=env).split(os.sep) assert venv.name in find_distutils(venv, env=env).split(os.sep)
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