diff --git a/python-orjson.spec b/python-orjson.spec index 8fdd6c3..24dc797 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -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