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}
|
||||
%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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user