OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=12
This commit is contained in:
parent
cdf47aacfa
commit
1d329a3888
@ -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