From 26a62120e0d4452f2348f8a1d442fcd7a14878d9 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 1 Jun 2024 08:44:03 -0400 Subject: [PATCH] Print the reasons for skipped tests --- python-orjson.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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