forked from pool/python-pytest-trio
ccb4ed2ac9309bc9aa152945c5c2a8c00c3b69bf51bf1e6185eed50c8880bbe8
- Update to 0.8.0
* If a test raises an ExceptionGroup (or nested ExceptionGroups)
with only a single ‘leaf’ exception from pytest.xfail() or
pytest.skip(), we now unwrap it to have the desired effect on Pytest.
* Trio 0.22.0 deprecated MultiError in favor of the standard-library
(or backported) ExceptionGroup type; pytest-trio now uses ExceptionGroup
exclusively and therefore requires Trio 0.22.0 or later. (#128)
* Dropped support for end-of-life Python 3.6, and the async_generator library
necessary to support it, and started testing on Python 3.10 and 3.11. (#129)
OBS-URL: https://build.opensuse.org/request/show/1042688
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=13
Description
No description provided
Languages
RPM Spec
100%