Bootstrap for Python 3.10

epel9
Python Maint 4 years ago committed by Miro Hrončok
parent 7a61912e00
commit 2d6f38e2de

@ -35,9 +35,9 @@ BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-apipkg
BuildRequires: python3-pytest
BuildRequires: python3-eventlet
BuildRequires: python3-gevent
BuildRequires: python3-pytest-timeout
#BuildRequires: python3-eventlet -- not yet ready for Python 3.10
#BuildRequires: python3-gevent -- not yet ready for Python 3.10
#BuildRequires: python3-pytest-timeout -- not yet ready for Python 3.10
BuildRequires: %{_bindir}/sphinx-build-3
%{?python_provide:%python_provide python3-%{srcname}}
@ -81,8 +81,7 @@ PYTEST_SELECT+=' and not [python2.7]'
PYTHONPATH=$(pwd) \
py.test-%{python3_version} -r s \
-k "$PYTEST_SELECT" \
testing \
--timeout=30
testing
%files -n python3-%{srcname}
@ -95,7 +94,7 @@ py.test-%{python3_version} -r s \
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.8.0-2
- Rebuilt for Python 3.10
- Bootstrap for Python 3.10
* Sat May 8 2021 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.0-1
- Update to 1.8.0.

Loading…
Cancel
Save