diff --git a/freeipa-healthcheck.spec b/freeipa-healthcheck.spec index 906c4fb..7491549 100644 --- a/freeipa-healthcheck.spec +++ b/freeipa-healthcheck.spec @@ -13,7 +13,7 @@ %{!?python3_sitelib: %global python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %global alt_name %{alt_prefix}-healthcheck -%bcond_without tests +%bcond_with tests Name: %{prefix}-healthcheck Version: 0.8 @@ -158,7 +158,7 @@ PYTHONPATH=src pytest-3 tests/test_* %changelog * Fri Jun 04 2021 Python Maint - 0.8-7.1 -- Rebuilt for Python 3.10 +- Bootstrap for Python 3.10 * Tue Apr 15 2021 Rob Crittenden - 0.8-6.1 - Switch from tox to pytest as the test runner. tox is being deprecated