Skip to content

Commit fb6dc4d

Browse files
committed
Remove solved xfail in test_apply_pyproject_equivalent_to_setupcfg
1 parent 12ab7d8 commit fb6dc4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setuptools/tests/config/test_apply_pyprojecttoml.py

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

3939

40-
@pytest.mark.xfail(reason="#4315")
4140
@pytest.mark.parametrize("url", urls_from_file(HERE / EXAMPLES_FILE))
4241
@pytest.mark.filterwarnings("ignore")
4342
@pytest.mark.uses_network

0 commit comments

Comments
 (0)