From f8bca7fc2d8388553e0c372a32d34dad77603bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 13 May 2021 15:46:24 +0200 Subject: [PATCH] Temporarily skip eventlet tests, as eventlet is not yet ready for Python 3.10 --- python-httpretty.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-httpretty.spec b/python-httpretty.spec index 263c114..db5cefe 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -86,7 +86,7 @@ BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-sure BuildRequires: python%{python3_pkgversion}-urllib3 BuildRequires: python%{python3_pkgversion}-tornado -BuildRequires: python%{python3_pkgversion}-eventlet +#BuildRequires: python%{python3_pkgversion}-eventlet -- not ready for Python 3.10 BuildRequires: python%{python3_pkgversion}-freezegun BuildRequires: python%{python3_pkgversion}-redis @@ -137,7 +137,7 @@ LANG=C.UTF-8 %{__python2} -m nose -v %endif %if %{with_python3} -%{__python3} -m nose -v +%{__python3} -m nose -v --ignore-files='test_eventlet\.py' %endif %endif