Do not run tests in parallel and remove no longer needed test skipping
This commit is contained in:
parent
67135aa5ad
commit
49c5752c10
@ -58,9 +58,7 @@ Summary: %{summary}
|
||||
|
||||
%check
|
||||
%pyproject_check_import
|
||||
# tests are very dependent on the python/openssl versions and fail at various places
|
||||
# The test test_tools_decode_tpms_nv_public fails on Fedora rawhide now
|
||||
%pytest --import-mode=append -k "not test_tools_decode_tpms_nv_public" %{?!rhel:-n %{_smp_build_ncpus}}
|
||||
%pytest --import-mode=append %{?!rhel:-n 1}
|
||||
|
||||
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
|
Loading…
Reference in New Issue
Block a user