From aaa7a63b7d855368d27e3de446458a9c8fe97533 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 7 Jul 2025 21:44:11 -0400 Subject: [PATCH] Use tox to run the tests; adds python-xdist dep., runs more tests --- python-pytest-subtests.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 3d86182..01bd133 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -28,7 +28,7 @@ Summary: %{summary} %generate_buildrequires -%pyproject_buildrequires +%pyproject_buildrequires -t %build @@ -41,7 +41,7 @@ Summary: %{summary} %check -%pytest -rs -v +%tox -- -- -rs -v tests %files -n python3-pytest-subtests -f %{pyproject_files}