diff --git a/python-pluggy.spec b/python-pluggy.spec index 05237d4..be8447e 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -48,8 +48,7 @@ The plugin manager stripped of pytest specific details. %if %{with tests} %check -# TODO investigate test_load_setuptools_instantiation failure -PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not test_load_setuptools_instantiation" +PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing %endif