14
0

- update to 6.4:

* Add PEP 440 support (implicit namespaces).
  * Fix XML tests when running in distribution resp. separately.
  * Exit cleanly when using the test runner --version argument.
  * Add new --xml <path> option to write JUnit-like XML reports.
    Code comes from collective.xmltestreport, but be aware that
    here --xml is not a boolean, but expects a path! (#148).
  * Add support for Python 3.13a3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=44
This commit is contained in:
2024-03-14 08:57:46 +00:00
committed by Git OBS Bridge
parent 0b9098ca4f
commit bdeb6d6b0c
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Mar 14 08:57:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.4:
* Add PEP 440 support (implicit namespaces).
* Fix XML tests when running in distribution resp. separately.
* Exit cleanly when using the test runner --version argument.
* Add new --xml <path> option to write JUnit-like XML reports.
Code comes from collective.xmltestreport, but be aware that
here --xml is not a boolean, but expects a path! (#148).
* Add support for Python 3.13a3.
-------------------------------------------------------------------
Sat Jan 13 22:52:05 UTC 2024 - Ben Greiner <code@bnavigator.de>