From 60230bf0017f2af3c0b15f1821f60b39e9d311658dfe4d6f670a10a846d30109 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Aug 2023 13:14:57 +0000 Subject: [PATCH] - Make tests running again. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=121 --- python-M2Crypto.changes | 5 +++++ python-M2Crypto.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index d84a358..0b36aa3 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 7 13:14:41 UTC 2023 - Matej Cepl + +- Make tests running again. + ------------------------------------------------------------------- Tue Jul 4 19:21:57 UTC 2023 - Matej Cepl diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index d4cd689..fc951e4 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -90,7 +90,7 @@ export CFLAGS="%{optflags}" %check %python_expand ls -l %{buildroot}%{$python_sitearch}/M2Crypto/*.so* export PYTEST_ADDOPTS="--import-mode=append" -%pyunittest_arch tests +%pyunittest_arch discover -v tests %files %{python_files} %doc CHANGES LICENCE README.rst