From 5da2b2f34e9ff089f449cca6d1fe3bf1833cd880f4985de07fd7a237271688da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 25 Aug 2023 18:48:15 +0000 Subject: [PATCH] Accepting request 1105905 from home:mcalabkova:branches:devel:languages:python - Skip both tests in test_no_module_ssl.py, failing with new gevent OBS-URL: https://build.opensuse.org/request/show/1105905 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geventhttpclient?expand=0&rev=21 --- python-geventhttpclient.changes | 5 +++++ python-geventhttpclient.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-geventhttpclient.changes b/python-geventhttpclient.changes index e7e7701..7c60a1c 100644 --- a/python-geventhttpclient.changes +++ b/python-geventhttpclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 25 12:18:29 UTC 2023 - Markéta Machová + +- Skip both tests in test_no_module_ssl.py, failing with new gevent + ------------------------------------------------------------------- Thu May 4 20:36:44 UTC 2023 - Dirk Müller diff --git a/python-geventhttpclient.spec b/python-geventhttpclient.spec index e86970b..d7adb41 100644 --- a/python-geventhttpclient.spec +++ b/python-geventhttpclient.spec @@ -67,7 +67,8 @@ sed -i '/sock.last_seen_sni/ d' src/geventhttpclient/tests/test_ssl.py %check # test_cookielib_compatibility https://github.com/gwik/geventhttpclient/issues/119 -%pytest_arch -m 'not online' -k 'not test_cookielib_compatibility' +# test_no_module_ssl.py https://github.com/geventhttpclient/geventhttpclient/issues/180 +%pytest_arch -m 'not online' -k 'not (test_cookielib_compatibility or test_no_module_ssl)' %files %{python_files} %doc README.mdown