Skip to content

Commit 51a09c9

Browse files
committed
Mark failing test as xfail.
Ref #4745
1 parent be96588 commit 51a09c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/tests/test_dist.py

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def test_check_package_data(package_data, expected_message):
138138
check_package_data(None, 'package_data', package_data)
139139

140140

141+
@pytest.mark.xfail(reason="#4745")
141142
def test_check_specifier():
142143
# valid specifier value
143144
attrs = {'name': 'foo', 'python_requires': '>=3.0, !=3.1'}

0 commit comments

Comments
 (0)