15
0
forked from pool/python-anyio

Accepting request 1043354 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1043354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-anyio?expand=0&rev=12
This commit is contained in:
2022-12-17 19:36:17 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Dec 16 15:06:08 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Skip trio exception tests for now
* https://github.com/agronholm/anyio/issues/508
* https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5eac4e96
-------------------------------------------------------------------
Mon Nov 21 21:04:03 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -84,6 +84,8 @@ donttest+=" or (TestTCPStream and test_connection_refused)"
%if 0%{?suse_version} < 1550
donttest+=" or (test_send_eof_not_implemented)"
%endif
# anyio 3.6.2 and lower is broken with new trio, some tests fail https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5eac4e96
donttest+=" or (test_exception_group and trio)"
%pytest -m "not network" -k "not (${donttest:4})" -ra
%files %{python_files}