Package Release Info

python-zope.testrunner-5.3.0-bp155.2.13

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-zope.testrunner

Change Logs

* Wed Oct 30 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 5.1:
  * Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output.
  * Prevent a spurious warning from the --require-unique option if the --module option was not used.
  * Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit.
  * Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.
Version: 5.3.0-bp154.1.1
* Tue Oct 05 2021 pgajdos@suse.com
- version update to 5.3.0
  - Add support for Python 3.9.
  - Fix `package init file missing` warning
    (`#112 <https://github.com/zopefoundation/zope.testrunner/pull/112>`_).
  - Make standard streams provide a `buffer` attribute on Python 3 when using
    `--buffer` or testing under subunit.
- %check: use %pyunittest rpm macro
* Tue Jul 21 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 5.2
  * Add support for Python 3.8.
  * When a layer is run in a subprocess, read its stderr in a thread to avoid
    a deadlock if its stderr output (containing failing and erroring test IDs)
    overflows the capacity of a pipe
Version: 5.1-bp152.1.9
* Wed Oct 30 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 5.1:
  * Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output.
  * Prevent a spurious warning from the --require-unique option if the --module option was not used.
  * Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit.
  * Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.
* Mon Apr 08 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to version 5.0
  * Fix test failures and deprecation warnings occurring when
    using Python 3.8a1.
  * Drop support for Python 3.4.
  4.9*
  * Fix AssertionError in _DummyThread.isAlive on Python 3.
  * Drop support for Python 3.3.
  * Add support for Python 3.7.
  * Remove untested support for the --pychecker option.
  * Update the command line interface to use argparse instead of
    optparse.
  * Use ipdb instead of pdb for post-mortem debugging if available.
  * Add a –require-unique option to check for duplicate test IDs.
  * Reintroduce optional support for subunit.
  * Handle string in exception values when formatting chained
    exceptions.
  4.8*
  * Enable DeprecationWarning earlier, when discovering test
    modules.
  * Automatically enable DeprecationWarning when running tests.
- Launch tests using multibuild.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 4.7.0-bp150.2.3
* Thu Jun 29 2017 aloisio@gmx.com
- Added missing requires for update-alternatives
* Fri Jun 23 2017 aloisio@gmx.com
- Update to 4.7.0
  * Drop all support for ``subunit``.
  4.6.0:
  * Make the ``subunit`` support purely optional: applications
    which have been getting the dependencies via
    ``zope.testrunner`` should either add
    ``zope.testrunner[subunit]`` to their ``install_requires`` or
    else depend directly on ``python-subunit``.
  * New option ``--ignore-new-thread=<regexp>`` to suppress
    "New thread(s)" warnings.
  * Support Python 3.6.
  4.5.1:
  * Fixed: Using the ``-j`` option to run tests in multiple
    processes caused tests that used the ``multiprocessing``
    package to hang (because the testrunner replaced ``sys.stdin``
    with an unclosable object).
  * Drop conditional dependency on ``unittest2`` (redundant after
    dropping support for Python 2.6).
  4.5.0:
  * Stop tests for all layers when test fails/errors when started
    with -x/--stop-on-error
    (`#37 <https://github.com/zopefoundation/zope.testrunner/pull/37>`_).
  * Drop support for Python 2.6 and 3.2.
  4.4.10:
  * Add support for Python 3.5
    (`#31 <https://github.com/zopefoundation/zope.testrunner/pull/31>`_).
  * Insert extra paths (from ``--path``) to the front of sys.argv
    (`#32 <https://github.com/zopefoundation/zope.testrunner/issues/32>`_).
  4.4.9:
  * When using ``-j``, parallelize all the tests, including the
    first test layer
    (`#28 <https://github.com/zopefoundation/zope.testrunner/issues/28>`_).
- Converted to single-spec
* Mon Aug 15 2016 toddrme2178@gmail.com
- Fix update-alternatives implementation.
* Fri May 15 2015 benoit.monin@gmx.fr
- update to version 4.4.8:
  * Support skipped tests in subunit output
  * More efficient test filtering
- additional changes from version 4.4.7:
  * Work around a bug in PyPy3’s curses module (#24).
- additional changes from version 4.4.6:
  * Restore support for instance-based test layers that regressed
    in 4.4.5 (#20).
- additional changes from version 4.4.5:
  * Sort related layers close to each other to reduce the number of
    unnecessary teardowns (fixes #14).
  * Run the unit test layer first (fixes LP #497871).
- additional changes from version 4.4.4:
  * When looking for the right location of test code, start with
    longest location paths first. This fixes problems with nested
    code locations.
- additional changes from version 4.4.3:
  * Added support for Python 3.4.
- additional changes from version 4.4.2:
  * Drop support for Python 3.1.
  * Fix post-mortem debugging when a non-printable exception
    happens (#8).
- add runtime requirements python-six, python-zope.exceptions,
  python-zope.interface
- update the test requirements (still commented out, tests fail)
- fix update-alternatives
* Sat Nov 08 2014 Led <ledest@gmail.com>
- fix bashism in pre script
* Thu Nov 14 2013 p.drouand@gmail.com
- Add update-alternative support
* Wed Nov 13 2013 p.drouand@gmail.com
- Update to version 4.4.1
  + Updated boostrap.py to version 2.2.
  + Fix nondeterministic test failures on Python 3.3
  + Tear down layers after post_mortem debugging is finished.
  + Fix tests that write to source directory, it might be read-only.
- Changes from 4.4.0
  + Fix tests selection when the negative "!" pattern is used several times
    (LP #1160965)
  +  Moved tests into a 'tests' subpackage.
  + Made python -m zope.testrunner work again.
  + Support 'skip' feature of unittest2 (which became the new unittest in Python 2.7).
  + Better diagnostics when communication with subprocess fails
    (https://github.com/zopefoundation/zope.testrunner/issues/5).
  + Do not break subprocess execution when the test suite changes the working
    directory (https://github.com/zopefoundation/zope.testrunner/issues/6).
  + Count test module import errors as errors (LP #1026576).
- Add python-unittest2 and python-zope.interface commented BuildRequires;
  these are new requirements for test but there are still broken
- Add fdupes BuildRequires and use fdupes to remove duplicate files
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Fri Mar 15 2013 speilicke@suse.com
- Initial version