Accepting request 955059 from devel:languages:python
- skip some tests for older distros (lack of TLSv1.3 support) OBS-URL: https://build.opensuse.org/request/show/955059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-anyio?expand=0&rev=9
This commit is contained in:
commit
a50ff3f78c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 16:06:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip some tests for older distros (lack of TLSv1.3 support)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 16:36:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -81,6 +81,9 @@ donttest+=" or (TestUDPSocket and (ipv4 or ipv6))"
|
||||
# wrong localhost address
|
||||
donttest+=" or (TestTCPStream and test_happy_eyeballs)"
|
||||
donttest+=" or (TestTCPStream and test_connection_refused)"
|
||||
%if 0%{?suse_version} < 1550
|
||||
donttest+=" or (test_send_eof_not_implemented)"
|
||||
%endif
|
||||
%pytest -m "not network" -k "not (${donttest:4})" -ra
|
||||
|
||||
%files %{python_files}
|
||||
|
Loading…
x
Reference in New Issue
Block a user