From 33f809b66448037ec45751f4a3ee7a6bc588e26d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 7 Jul 2025 21:40:26 -0400 Subject: [PATCH] No longer skip tests that no longer fail --- python-pytest-subtests.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 34dd626..f075a5f 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -41,12 +41,7 @@ Summary: %{summary} %check -# https://github.com/pytest-dev/pytest-subtests/issues/21 -k="${k-}${k+ and }not TestFixture" -k="${k-}${k+ and }not TestCapture" -k="${k-}${k+ and }not test_simple_terminal" - -%pytest -k "${k-}" -v +%pytest -v %files -n python3-pytest-subtests -f %{pyproject_files}