forked from pool/python-eventlet
Accepting request 854855 from home:bnavigator:branches:devel:languages:python
- Add pr_672-remove-OpenSSL-tsafe.patch to support pyopenssl 20 - skip some tests which are flaky inside OBS environment - fix python2 build requirement for Leap OBS-URL: https://build.opensuse.org/request/show/854855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=78
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
Thu Dec 10 22:43:44 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Add pr_672-remove-OpenSSL-tsafe.patch to support pyopenssl 20
|
||||
- skip some tests which are flaky inside OBS environment
|
||||
- fix python2 build requirement for Leap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 00:14:23 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
@@ -45,7 +45,7 @@ BuildRequires: %{python_module pyzmq}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six >= 1.10.0}
|
||||
BuildRequires: %{python_module testsuite}
|
||||
%if 0%{?have_python2} && ! 0%{?skip_python2}
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: python2-monotonic >= 1.4
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
@@ -96,6 +96,8 @@ python2_pytest_param='--collect-only'
|
||||
skiptests="(BackdoorTest and test_server)"
|
||||
# fail only with dnspython 2:
|
||||
skiptests+=" or test_dns_methods_are_green or test_noraise_dns_tcp"
|
||||
# These are flaky inside the OBS environment
|
||||
skiptests+=" or test_fork_after_monkey_patch or test_send_1k_req_rep or test_cpu_usage_after_bind"
|
||||
|
||||
# Unknown Python 3.6 specific errors
|
||||
# TypeError: _wrap_socket() argument 1 must be _socket.socket, not SSLSocket
|
||||
|
Reference in New Issue
Block a user