Skip to content

Commit f3f5bf7

Browse files
committed
Add proper xfail mark
1 parent b4cfab3 commit f3f5bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/tests/test_editable_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def editable_opts(request):
118118
SETUP_SCRIPT_STUB = "__import__('setuptools').setup()"
119119

120120

121-
@pytest.mark.xfail(sys.platform == "darwin", reason="Test is unstable on macOS?")
121+
@pytest.mark.xfail(sys.platform == "darwin", reason="pypa/setuptools#4328")
122122
@pytest.mark.parametrize(
123123
"files",
124124
[
@@ -898,7 +898,7 @@ class TestOverallBehaviour:
898898
},
899899
}
900900

901-
@pytest.mark.xfail(sys.platform == "darwin", reason="Test is unstable on macOS?")
901+
@pytest.mark.xfail(sys.platform == "darwin", reason="pypa/setuptools#4328")
902902
@pytest.mark.parametrize("layout", EXAMPLES.keys())
903903
def test_editable_install(self, tmp_path, venv, layout, editable_opts):
904904
project, _ = install_project(

0 commit comments

Comments
 (0)