diff options
| -rw-r--r-- | setuptools/tests/config/test_pyprojecttoml.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/setuptools/tests/config/test_pyprojecttoml.py b/setuptools/tests/config/test_pyprojecttoml.py index c0ee2378..8cf006a6 100644 --- a/setuptools/tests/config/test_pyprojecttoml.py +++ b/setuptools/tests/config/test_pyprojecttoml.py @@ -366,10 +366,7 @@ class TestSkipBadConfig: [ "[project]\nrequires-python = '>=3.7'\n", "[project]\nversion = '42'\nrequires-python = '>=3.7'\n", - pytest.param( - "[project]\nname='othername'\nrequires-python = '>=3.7'\n", - marks=pytest.mark.xfail(reason="abravalheri/validate-pyproject#28") - ), + "[project]\nname='othername'\nrequires-python = '>=3.7'\n", ], ) def test_popular_config(self, tmp_path, pyproject_content, setup_attrs): |
