Skip to content

Commit

Permalink
Remove xfail now that test passes. Ref #4371.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 20, 2024
1 parent d14fa01 commit 6c1ef57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setuptools/tests/test_editable_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,6 @@ def test_namespace_accidental_config_in_lenient_mode(self, venv, tmp_path):
assert "mypkg.other not defined" in out


# Moved here from test_develop:
@pytest.mark.xfail(
platform.python_implementation() == 'PyPy',
reason="Workaround fails on PyPy (why?)",
)
def test_editable_with_prefix(tmp_path, sample_project, editable_opts):
"""
Editable install to a prefix should be discoverable.
Expand Down

0 comments on commit 6c1ef57

Please sign in to comment.