From 49c5752c1009f1996ad4c62a29a5287ba57af011 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 7 Aug 2023 19:10:47 +0200 Subject: [PATCH] Do not run tests in parallel and remove no longer needed test skipping --- python-tpm2-pytss.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python-tpm2-pytss.spec b/python-tpm2-pytss.spec index 24403ff..d5952d4 100644 --- a/python-tpm2-pytss.spec +++ b/python-tpm2-pytss.spec @@ -58,9 +58,7 @@ Summary: %{summary} %check %pyproject_check_import -# tests are very dependent on the python/openssl versions and fail at various places -# The test test_tools_decode_tpms_nv_public fails on Fedora rawhide now -%pytest --import-mode=append -k "not test_tools_decode_tpms_nv_public" %{?!rhel:-n %{_smp_build_ncpus}} +%pytest --import-mode=append %{?!rhel:-n 1} %files -n python3-%{pypi_name} -f %{pyproject_files}