From 2fefa4bdf3ac0dd4134f7c241138c7ef2fb4f0c9 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 24 Nov 2024 22:11:03 -0500 Subject: [PATCH] Print reasons for skipped tests --- python-zmq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-zmq.spec b/python-zmq.spec index 9819eb0..0e7558a 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -146,7 +146,7 @@ k="${k-}${k+ and }not test_draft" # don’t put any effort into figuring out how to make it work. k="${k-}${k+ and }not test_cython" -%pytest -k "${k-}" -v zmq/tests +%pytest -k "${k-}" -v -rs zmq/tests %files -n python%{python3_pkgversion}-zmq -f %{pyproject_files}