2022-12-13 14:19:16 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Dec 13 13:17:32 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
2020-11-07 23:43:01 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Thu Nov 5 14:05:47 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
* Support added for alternative Trio run functions via the trio_run
|
|
|
|
|
|
configuration variable and @pytest.mark.trio(run=...). Presently
|
|
|
|
|
|
supports Trio and QTrio.
|
|
|
|
|
|
* Python 3.5 support removed.
|
|
|
|
|
|
* pytest 6 support added
|
|
|
|
|
|
- Drop merged pytest6.patch
|
|
|
|
|
|
|
2020-08-25 12:01:09 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2020-10-12 06:48:03 +00:00
|
|
|
|
Sun Oct 11 16:51:05 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Add missing runtime dependency on contextvars
|
|
|
|
|
|
- Deactivate low value hypothesis generated tests
|
|
|
|
|
|
- Remove use of pytest-cov in %check
|
|
|
|
|
|
- Remove tests from runtime package
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-08-25 12:01:09 +00:00
|
|
|
|
Tue Aug 25 11:18:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- Add patch pytest6.patch to fix build
|
|
|
|
|
|
|
2020-06-09 07:42:49 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Tue Jun 9 07:31:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
2019-09-16 07:37:27 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sat Sep 14 11:52:57 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
2019-05-14 20:35:00 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
|
Sat May 11 19:30:37 UTC 2019 - Torsten Gruner <t.gruner@katodev.de>
|
|
|
|
|
|
|
|
|
|
|
|
- Initial release version 0.5.2
|
|
|
|
|
|
|