From a9dc08b12bf07c486ced50281182daadf42f1888 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 21 Jun 2025 07:20:03 -0400 Subject: [PATCH] No longer run tests in parallel This seems to reduce flakiness. --- python-cramjam.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-cramjam.spec b/python-cramjam.spec index 133870d..c9ea497 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -49,7 +49,6 @@ BuildRequires: cargo-rpm-macros >= 24 # dev extra in pyproject.toml. BuildRequires: %{py3_dist numpy} BuildRequires: %{py3_dist pytest} -BuildRequires: %{py3_dist pytest-xdist} BuildRequires: %{py3_dist hypothesis} %endif @@ -152,7 +151,7 @@ k="${k-}${k+ and }not test_variants_decompress_into" # Failed: DID NOT RAISE k="${k-}${k+ and }not test_variants_raise_exception[deflate]" -%pytest -k "${k-}" --ignore=benchmarks/test_bench.py -v -n auto +%pytest -k "${k-}" --ignore=benchmarks/test_bench.py -v %endif