Skip to content

Commit 42d1b3c

Browse files
committed
Mark tests as xfail.
All are marked as xfail even though only two are failing. As far as I know, there's no easy way to mark some of the parameterized tests as xfail without splitting and selecting, so just get the whole bunch. Ref pypa#4315
1 parent 6067fa4 commit 42d1b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/tests/config/test_apply_pyprojecttoml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def makedist(path, **attrs):
3737
return Distribution({"src_root": path, **attrs})
3838

3939

40+
@pytest.mark.xfail(reason="#4315")
4041
@pytest.mark.parametrize("url", urls_from_file(HERE / EXAMPLES_FILE))
4142
@pytest.mark.filterwarnings("ignore")
4243
@pytest.mark.uses_network

0 commit comments

Comments
 (0)