Print the reasons for skipped tests
This commit is contained in:
parent
35560182ee
commit
26a62120e0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue