Stop deselecting a test, it builds anyway
This commit is contained in:
parent
3bdad9865e
commit
43bab80a8b
@ -48,8 +48,7 @@ The plugin manager stripped of pytest specific details.
|
|||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
# TODO investigate test_load_setuptools_instantiation failure
|
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing
|
||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not test_load_setuptools_instantiation"
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user