14
0

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:
2020-12-11 13:36:00 +00:00
committed by Git OBS Bridge
parent 406033f67e
commit 8fc0988405
2 changed files with 5 additions and 1 deletions

View File

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

View File

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