From ef424dd6cb9da8bd1daed32590d415f4af2cfc9b Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Sat, 26 Mar 2022 16:09:28 +0000 Subject: Remove no longer necessary xfail mark --- setuptools/tests/config/test_pyprojecttoml.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'setuptools/tests/config') 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): -- cgit v1.2.1