We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cac330 commit be96588Copy full SHA for be96588
setuptools/tests/config/test_setupcfg.py
@@ -422,6 +422,7 @@ def test_not_utf8(self, tmpdir):
422
with get_dist(tmpdir):
423
pass
424
425
+ @pytest.mark.xfail(reason="#4864")
426
def test_warn_dash_deprecation(self, tmpdir):
427
# warn_dash_deprecation() is a method in setuptools.dist
428
# remove this test and the method when no longer needed
@@ -439,6 +440,7 @@ def test_warn_dash_deprecation(self, tmpdir):
439
440
assert metadata.author_email == 'test@test.com'
441
assert metadata.maintainer_email == 'foo@foo.com'
442
443
444
def test_make_option_lowercase(self, tmpdir):
445
# remove this test and the method make_option_lowercase() in setuptools.dist
446
# when no longer needed
0 commit comments