From 3d90414b2f386d3aa6ad52c4b95664dbb2e8a205 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 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