Skip to content

Commit 5590895

Browse files
committed
Mark failing tests as xfail. Ref #4864.
1 parent 8e39bc9 commit 5590895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setuptools/tests/config/test_setupcfg.py

+2
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def test_not_utf8(self, tmpdir):
420420
with get_dist(tmpdir):
421421
pass
422422

423+
@pytest.mark.xfail(reason="#4864")
423424
def test_warn_dash_deprecation(self, tmpdir):
424425
# warn_dash_deprecation() is a method in setuptools.dist
425426
# remove this test and the method when no longer needed
@@ -437,6 +438,7 @@ def test_warn_dash_deprecation(self, tmpdir):
437438
assert metadata.author_email == '[email protected]'
438439
assert metadata.maintainer_email == '[email protected]'
439440

441+
@pytest.mark.xfail(reason="#4864")
440442
def test_make_option_lowercase(self, tmpdir):
441443
# remove this test and the method make_option_lowercase() in setuptools.dist
442444
# when no longer needed

0 commit comments

Comments
 (0)