Skip to content

Commit

Permalink
Remove expected fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 8, 2020
1 parent 148cace commit 521987d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setuptools/tests/test_distutils_adoption.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ def test_distutils_local_with_setuptools(venv):
assert venv.name in loc.split(os.sep)


@pytest.mark.xfail(reason="#2259")
def test_distutils_local(venv):
"""
Even without importing, the setuptools-local copy of distutils is
preferred.
"""
env = dict(SETUPTOOLS_USE_DISTUTILS='local')
assert venv.name in find_distutils(venv, env=env).split(os.sep)

0 comments on commit 521987d

Please sign in to comment.