Skip to content

Commit b9dd033

Browse files
committed
Let test for deprecated codepath xfail on macOS
1 parent db2b253 commit b9dd033

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setuptools/tests/test_easy_install.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,10 @@ def test_use_correct_python_version_string(tmpdir, tmpdir_cwd, monkeypatch):
14071407
assert cmd.config_vars['py_version_nodot'] == '310'
14081408

14091409

1410+
@pytest.mark.xfail(
1411+
sys.platform == "darwin",
1412+
reason="https://github.com/pypa/setuptools/pull/4716#issuecomment-2447624418",
1413+
)
14101414
def test_editable_user_and_build_isolation(setup_context, monkeypatch, tmp_path):
14111415
"""`setup.py develop` should honor `--user` even under build isolation"""
14121416

0 commit comments

Comments
 (0)