From 5e3e36a2b06b6a3987e230814e70a514b8d82592 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Mon, 8 Aug 2022 10:49:45 +0200 Subject: [PATCH] Skip testModuleData again for F36 --- python-yara.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index 7de139d..e4fbcec 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -113,7 +113,13 @@ Summary: Python2 binding for the YARA pattern matching tool #==================================================================== %check -%pytest tests.py -v +# testModuleData is always failing for architecture armv7hl +# Remove once Fedora 36 is EOL +%ifarch armv7hl +EXCLUDE='not testModuleData' +%endif + +%pytest -k "$EXCLUDE" tests.py -v #==================================================================== %files -n python%{python3_pkgversion}-yara