No longer skip tests that no longer fail

This commit is contained in:
Benjamin A. Beasley
2025-07-07 21:40:26 -04:00
parent 8b2f953cf3
commit 33f809b664
+1 -6
View File
@@ -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}