Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-07 11:26:01 +02:00 committed by Miro Hrončok
parent 26411142ef
commit c3c883c49c

View File

@ -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 <python-maint@redhat.com> - 0.8-7.1
- Rebuilt for Python 3.10
- Bootstrap for Python 3.10
* Tue Apr 15 2021 Rob Crittenden <rcritten@redhat.com> - 0.8-6.1
- Switch from tox to pytest as the test runner. tox is being deprecated