From 2d6f38e2de39986be35b0c51a8d21265d80edc37 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 00:09:42 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-execnet.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/python-execnet.spec b/python-execnet.spec index 88ef028..721f447 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -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 - 1.8.0-2 -- Rebuilt for Python 3.10 +- Bootstrap for Python 3.10 * Sat May 8 2021 Thomas Moschny - 1.8.0-1 - Update to 1.8.0.