14
0

- Update to 6.5:

* unittest.TestCase.subTest support (#91).
  * remove support for setup.py's test command. Support for this command has
    been dropped by modern setuptools versions and correspondingly has been
    removed from most zopefoundation packages; zope.testrunner now follows.
  * setup.py's ftest command is now only supported when the used setuptools
    version still supports test.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=46
This commit is contained in:
2024-08-21 04:05:33 +00:00
committed by Git OBS Bridge
parent bdeb6d6b0c
commit 174fc14ac8
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 21 04:04:14 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 6.5:
* unittest.TestCase.subTest support (#91).
* remove support for setup.py's test command. Support for this command has
been dropped by modern setuptools versions and correspondingly has been
removed from most zopefoundation packages; zope.testrunner now follows.
* setup.py's ftest command is now only supported when the used setuptools
version still supports test.
-------------------------------------------------------------------
Thu Mar 14 08:57:24 UTC 2024 - Dirk Müller <dmueller@suse.com>