Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/py-ZopeTestrunner,
Zope testrunner script
Branch: CURRENT,
Version: 5.5.1,
Package name: py310-ZopeTestrunner-5.5.1,
Maintainer: pkgsrc-usersThis package provides a flexible test runner with layer support.
Required to run:[
devel/py-setuptools] [
devel/py-ZopeInterface] [
lang/py-six] [
lang/python37] [
devel/py-zope.exceptions]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 147.053 KB
Version history: (Expand)
- (2023-06-19) Package deleted from pkgsrc
- (2022-09-19) Updated to version: py310-ZopeTestrunner-5.5.1
- (2022-03-06) Updated to version: py39-ZopeTestrunner-5.4.0
- (2022-01-05) Updated to version: py39-ZopeTestrunner-5.3.0nb2
- (2022-01-05) Updated to version: py39-ZopeTestrunner-5.3.0nb1
- (2021-10-07) Updated to version: py39-ZopeTestrunner-5.3.0
CVS history: (Expand)
2023-06-18 14:00:13 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
py-zope.testrunner: updated to 6.0; renamed from py-ZopeTestrunner
6.0 (2023-03-28)
- Drop support for Python 2.7, 3.5, 3.6.
5.6 (2022-12-09)
- Add support for Python 3.11.
- Inline a small part of ``random.Random.shuffle`` which was deprecated in
Python 3.9 and removed in 3.11
- Don't trigger post mortem debugger for skipped tests.
|
2023-06-18 07:39:38 by Adam Ciarcinski | Files touched by this commit (20) |
Log message:
py-ZopeInterface: moved to py-zope.interface
|
2023-04-30 14:26:00 by Thomas Klausner | Files touched by this commit (8) |
Log message:
*zope*: mark as not for python 2.x
Fix some (test) dependencies while here
|
2022-09-19 10:44:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ZopeTestrunner: updated to 5.5.1
5.5.1 (2022-09-07)
==================
- Fix: let ``--at-level=level`` with ``level <= 0`` run the tests
at all levels (rather than at no level)
5.5 (2022-06-24)
================
- Use ``sys._current_frames`` (rather than ``threading.enumerate``)
as base for new thread detection
- New option ``--gc-after-test``. It calls for a garbage collection
after each test and can be used to track down ``ResourceWarning``s
and cyclic garbage.
With ``rv = gc.collect()``, ``!`` is output on verbosity level 1 when
``rv`` is non zero (i.e. when cyclic structures have been released),
``[``*rv*``]`` on higher verbosity levels and
a detailed cyclic garbage analysis on verbosity level 4+.
- Allow the filename for the logging configuration to be specified
via the envvar ``ZOPE_TESTRUNNER_LOG_INI``.
If not defined, the configuration continues to be locked for
in file ``log.ini`` of the current working directory.
Remember the logging configuration file in envvar
``ZOPE_TESTRUNNER_LOG_INI`` to allow spawned child processes
to recreate the logging configuration.
|
2022-03-06 21:05:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ZopeTestrunner: updated to 5.4.0
5.4.0
- Improve ``--help`` documentation for ``--package-path`` option
- Do not disable existing loggers during logsupport initialization
- Fix tests with testtools >= 2.5.0
- Add support for Python 3.10.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|