Print the reasons for skipped tests

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

View file

@ -84,7 +84,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