From 566e24e283c9ff72ce3794aac28755873f96cf8b Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Jan 26 2023 02:19:03 +0000 Subject: fix rhel7 build --- diff --git a/python-yara.spec b/python-yara.spec index dbc3f4d..3efe361 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -127,7 +127,7 @@ export PYTHONDONTWRITEBYTECODE=1 export PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus}} pytest-3 -k "$EXCLUDE" tests.py -v %else -%pytest3 -k "$EXCLUDE" tests.py -v +%pytest -k "$EXCLUDE" tests.py -v %endif