Path to this page:
./
devel/py-zope.testrunner,
Zope testrunner script
Branch: CURRENT,
Version: 7.2,
Package name: py312-zope.testrunner-7.2,
Maintainer: pkgsrc-usersThis package provides a flexible test runner with layer support.
Master sites:
Filesize: 156.063 KB
Version history: (Expand)
- (2025-03-07) Updated to version: py312-zope.testrunner-7.2
- (2025-03-06) Updated to version: py312-zope.testrunner-7.1
- (2025-02-13) Updated to version: py312-zope.testrunner-7.0
- (2025-02-07) Updated to version: py312-zope.testrunner-6.7
- (2024-12-26) Updated to version: py312-zope.testrunner-6.6.1
- (2024-10-19) Updated to version: py312-zope.testrunner-6.6
CVS history: (Expand)
2025-03-07 17:12:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.testrunner: updated to 7.2
7.2 (2025-03-06)
- Re-add a single import of ``pkg_resources`` to avoid other import issues in
mixed pip/buildout environments.
|
2025-03-06 09:16:00 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.testrunner: updated to 7.1
7.1 (2025-03-05)
- Replace ``pkg_resources`` with ``importlib.metadata``.
|
2025-02-13 13:12:30 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-zope.testrunner: updated to 7.0
7.0 (2025-02-12)
Backwards-incompatible changes
- Remove ``setup.py ftest`` command.
- Remove ``zope.testrunner.eggsupport``. It is no longer usable as of
``setuptools`` 72.0.0.
|
2025-02-07 15:01:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.testrunner: updated to 6.7
6.7 (2025-02-07)
- Drop support for Python 3.8.
- Add option ``--only-level=level`` to run tests only at the specified level.
|
2024-12-26 18:29:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.testrunner: updated to 6.6.1
6.6.1 (2024-12-13)
- Make signatures in ``tb_format`` Python 3.12+ compatible
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-19 07:53:56 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-zope.testrunner: updated to 6.6
6.6 (2024-10-16)
- Make tests compatible with Python 3.13 + add support for that version.
- Drop support for Python 3.7.
|
2024-08-07 12:00:37 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-zope.testrunner: updated to 6.5
6.5 (2024-08-06)
- ``unittest.TestCase.subTest`` support
- 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``.
|