From 9bfdb5641384d137495c54155657dbfeb7e4e53f Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 7 Jul 2025 21:40:42 -0400 Subject: [PATCH] Print the reasons for skipped tests --- python-pytest-subtests.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index f075a5f..b5c5a97 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -41,7 +41,7 @@ Summary: %{summary} %check -%pytest -v +%pytest -rs -v %files -n python3-pytest-subtests -f %{pyproject_files}