SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-pytest-trio-0.8.0-23.7.noarch.rpm :

* Wed Apr 10 2024 Daniel Garcia - Remove not needed python-contextvars dependency
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Tue Dec 13 2022 Markéta Machová - 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)
* Thu Nov 05 2020 Marketa Machova - Update to 0.7.0
* Support added for alternative Trio run functions via the trio_run configuration variable and AATTpytest.mark.trio(run=...). Presently supports Trio and QTrio.
* Python 3.5 support removed.
* pytest 6 support added- Drop merged pytest6.patch
* Sun Oct 11 2020 John Vandenberg - Add missing runtime dependency on contextvars- Deactivate low value hypothesis generated tests- Remove use of pytest-cov in %check- Remove tests from runtime package
* Tue Aug 25 2020 Marketa Calabkova - Add patch pytest6.patch to fix build
* Tue Jun 09 2020 Tomáš Chvátal - Update to 0.6.0:
* Incompatible change: if you use yield inside a Trio fixture, and the yield gets cancelled (for example, due to a background task crashing), then the yield will now raise :exc:`trio.Cancelled`.
* Updated for compatibility with Trio v0.15.0.
* Sat Sep 14 2019 John Vandenberg - Add a temporary hack in the spec to alter the conftest.py used when testing the plugin, fixing the builds.- Remove unnecessary build dependency on python-devel
* Sat May 11 2019 Torsten Gruner - Initial release version 0.5.2
 
ICM