14
0

Accepting request 507165 from home:alois:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/507165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=16
This commit is contained in:
Jan Matejek
2017-06-30 14:36:01 +00:00
committed by Git OBS Bridge
parent 06da28c8a9
commit 68e342214d
4 changed files with 75 additions and 43 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Thu Jun 29 19:43:55 UTC 2017 - aloisio@gmx.com
- Added missing requires for update-alternatives
-------------------------------------------------------------------
Fri Jun 23 09:19:42 UTC 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 14:51:56 UTC 2016 - toddrme2178@gmail.com