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