diff --git a/python-binaryornot.spec b/python-binaryornot.spec index b69a46a..6b53c12 100644 --- a/python-binaryornot.spec +++ b/python-binaryornot.spec @@ -17,7 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test +# Tests run too slowly on aarch64 +%ifarch aarch64 +%bcond_with test +%else +%bcond_without test +%endif Name: python-binaryornot Version: 0.4.4 Release: 0