14
0

Accepting request 1105955 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1105955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geventhttpclient?expand=0&rev=8
This commit is contained in:
2023-08-28 15:14:05 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 25 12:18:29 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Skip both tests in test_no_module_ssl.py, failing with new gevent
-------------------------------------------------------------------
Thu May 4 20:36:44 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -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