diff --git a/python-orjson.spec b/python-orjson.spec index 80a2952..d134db4 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -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