Skip to content

Commit 6c1ef57

Browse files
committed
Remove xfail now that test passes. Ref #4371.
1 parent d14fa01 commit 6c1ef57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setuptools/tests/test_editable_install.py

-5
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,6 @@ def test_namespace_accidental_config_in_lenient_mode(self, venv, tmp_path):
396396
assert "mypkg.other not defined" in out
397397

398398

399-
# Moved here from test_develop:
400-
@pytest.mark.xfail(
401-
platform.python_implementation() == 'PyPy',
402-
reason="Workaround fails on PyPy (why?)",
403-
)
404399
def test_editable_with_prefix(tmp_path, sample_project, editable_opts):
405400
"""
406401
Editable install to a prefix should be discoverable.

0 commit comments

Comments
 (0)