14
0

Accepting request 206748 from home:posophe:branches:devel:languages:python

Update

OBS-URL: https://build.opensuse.org/request/show/206748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=7
This commit is contained in:
Denisart Benjamin
2013-11-13 13:28:26 +00:00
committed by Git OBS Bridge
parent 41630e8b17
commit 99372b7949
4 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Nov 13 13:08:41 UTC 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 11:18:03 UTC 2013 - speilicke@suse.com