From 43bab80a8b13143c8ddd25cae3c2e6489330395b Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Nov 20 2023 15:51:58 +0000 Subject: Stop deselecting a test, it builds anyway --- 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