Print the reasons for skipped tests

This commit is contained in:
Benjamin A. Beasley 2024-06-01 08:44:03 -04:00
commit 26a62120e0

View file

@ -91,7 +91,8 @@ export RUSTFLAGS='%{build_rustflags}'
%pyproject_check_import
%if %{with tests}
# --forked: protect the pytest process against test segfaults
%pytest --forked
# -rs: print the reasons for skipped tests
%pytest --forked -rs
%endif