2023-04-24 09:14:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 21 12:32:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
2023-03-27 07:22:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 27 07:22:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.10.0:
|
|
|
|
|
* Added experimental support for suppressing subtest output
|
|
|
|
|
dots in non-verbose mode with ``--no-subtests-shortletter``
|
|
|
|
|
-- this allows the native pytest column calculations to not
|
|
|
|
|
be disrupted and minimizes unneeded output for large CI
|
|
|
|
|
systems.
|
|
|
|
|
|
2023-01-10 04:20:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 10 04:19:50 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.9.0:
|
|
|
|
|
* Python 3.11 is officially supported.
|
|
|
|
|
* Dropped support for Python 3.6.
|
|
|
|
|
* Now passing subtests are shown in the test run summary at the end (for
|
|
|
|
|
example: 10 failed, 1 passed, 10 subtests passed in 0.10s) (#70).
|
|
|
|
|
* Fixed support for pytest 7.0, and pytest>=7.0 is now required.
|
|
|
|
|
* pytest>=6.0 is now required.
|
|
|
|
|
* Added official support for Python 3.10.
|
|
|
|
|
* Dropped support for Python 3.5.
|
|
|
|
|
* Users no longer need to configure a warnings filter for the internal A
|
|
|
|
|
private pytest class or function was used pytest warning (#52).
|
|
|
|
|
* Experimental: Use SUBPASS and , for passed subtests instead of general
|
|
|
|
|
PASSED, SUBFAIL and u for failed ones instead of FAILED (#30).
|
|
|
|
|
|
2021-10-07 10:31:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Oct 7 09:36:20 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.5.0
|
|
|
|
|
* Add support for pytest.mark.xfail
|
|
|
|
|
|
2021-03-25 07:53:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 20 20:03:28 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
* Add Python 3.9 support and bump pytest requirement
|
|
|
|
|
* Add support for --pdb
|
|
|
|
|
|
2020-11-05 15:10:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 5 15:02:17 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.3.2
|
|
|
|
|
* Fix pytest 6.0 support.
|
|
|
|
|
|
2020-06-09 07:44:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 9 07:43:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.3.1:
|
|
|
|
|
* Fix pytest 5.4 support.
|
|
|
|
|
|
2020-02-20 07:13:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 20 07:12:11 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.3.0:
|
|
|
|
|
* subtests now correctly captures and displays stdout/stderr (#18).
|
|
|
|
|
|
2019-08-29 02:16:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 28 01:03:09 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for v0.2.1
|