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:
Dominique Leuenberger 2022-02-16 23:30:12 +00:00 committed by Git OBS Bridge
commit a50ff3f78c
2 changed files with 8 additions and 0 deletions

View File

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

View File

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