Changelog for
python311-zope.testrunner-6.4-1.2.noarch.rpm :
* Thu Mar 14 2024 Dirk Müller
- 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 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 2024 Ben Greiner - Run the test suite with itself like it is meant to be
* fixes Python 3.12 test failures- Setuptools is a runtime requirement (for egg testing support)
* Tue Jan 02 2024 Dirk Müller - update to 6.2.1:
* Work around Python 3.12.1+ no longer calling startTest for skipped tests
* Mon Dec 11 2023 Dirk Müller - update to 6.2:
* Add support for Python 3.12.
* Update code and tests to ``python-subunit >= 1.4.3`` thus requiring at least this version.
* Fri Jun 09 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon Apr 03 2023 pgajdosAATTsuse.com- version update to 6.0
* - Drop support for Python 2.7, 3.5, 3.6.- python-six is not required
* Tue Dec 13 2022 Yogalakshmi Arunachalam - Update to version 5.6
* 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 (#119).
* Don’t trigger post mortem debugger for skipped tests. ( #141).
* Sat Dec 03 2022 Yogalakshmi Arunachalam - Update to 5.5.1
* Fix: let --at-level=level with level <= 0 run the tests at all levels (rather than at no level) #138.
* Mon Sep 19 2022 Yogalakshmi Arunachalam - updated spec to include Requires(post): update-alternatives Requires(postun):update-alternatives
* Fri Sep 16 2022 Yogalakshmi Arunachalam - version update to 5.5.0
* Use sys._current_frames (rather than threading.enumerate) as base for new thread detection, fixes #130.
* 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+. For details, see #133.
* 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. For details, see #134.- version update to 5.4.0
* Improve --help documentation for --package-path option (#121).
* Do not disable existing loggers during logsupport initialization (#120).
* Fix tests with testtools >= 2.5.0 (#125).
* Add support for Python 3.10.
* Tue Oct 05 2021 pgajdosAATTsuse.com- version update to 5.3.0 - Add support for Python 3.9. - Fix `package init file missing` warning (`#112 `_). - Make standard streams provide a `buffer` attribute on Python 3 when using `--buffer` or testing under subunit.- %check: use %pyunittest rpm macro