Commit Graph

11 Commits

Author SHA256 Message Date
3ed9740afd - Do not remove pytest.ini, we need the configuration for pytest 8.4.
- Do not play around with test directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=21
2025-07-07 04:13:25 +00:00
d4682477ac - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=19
2025-05-07 07:08:01 +00:00
62e550ff6c - Remove not needed python-contextvars dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=17
2024-04-10 10:09:56 +00:00
f65be53f64 Accepting request 1082421 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1082421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=15
2023-04-24 09:14:18 +00:00
ccb4ed2ac9 Accepting request 1042688 from home:mcalabkova:branches:devel:languages:python:pytest
- 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
2022-12-13 14:19:16 +00:00
6b7064daab Accepting request 846257 from home:mmachova:branches:devel:languages:python:pytest
- 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

OBS-URL: https://build.opensuse.org/request/show/846257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=11
2020-11-07 23:43:01 +00:00
Tomáš Chvátal
65b39d874a Accepting request 841084 from home:jayvdb:py-submit
- Add missing runtime dependency on contextvars
- Deactivate low value hypothesis generated tests
- Remove use of pytest-cov in %check  
- Remove tests from runtime package

OBS-URL: https://build.opensuse.org/request/show/841084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=9
2020-10-12 06:48:03 +00:00
Tomáš Chvátal
026d3c9ca6 Accepting request 829546 from home:mcalabkova:branches:devel:languages:python:pytest
- Add patch pytest6.patch to fix build

OBS-URL: https://build.opensuse.org/request/show/829546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=7
2020-08-25 12:01:09 +00:00
Tomáš Chvátal
6944fb43e5 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=5
2020-06-09 07:42:49 +00:00
Tomáš Chvátal
7d643de3a3 Accepting request 730897 from home:jayvdb:py3only
- 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

OBS-URL: https://build.opensuse.org/request/show/730897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=3
2019-09-16 07:37:27 +00:00
Tomáš Chvátal
ef41932e1a Accepting request 702972 from home:Simmphonie:python
- Initial release version 0.5.2

OBS-URL: https://build.opensuse.org/request/show/702972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-trio?expand=0&rev=1
2019-05-14 20:35:00 +00:00