Accepting request 1043350 from home:mcalabkova:branches:devel:languages:python

- Skip trio exception tests for now 
  * https://github.com/agronholm/anyio/issues/508
  * 787cb0c2e5

OBS-URL: https://build.opensuse.org/request/show/1043350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=19
This commit is contained in:
Markéta Machová 2022-12-16 15:19:18 +00:00 committed by Git OBS Bridge
parent db8c10a7b8
commit d519806b6e
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}