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}