1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/8f52541bc0c3/ Changeset: 8f52541bc0c3 User: hpk42 Date: 2013-10-04 12:34:47 Summary: finalize release announcement, changelog Affected #: 2 files
diff -r 0fed535428811de1a080cae08a1b0ef2c4ec203a -r 8f52541bc0c32a1b7286bd7bcc853e8f3fd32508 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ - on Windows require colorama and a newer py lib so that py.io.TerminalWriter() now uses colorama instead of its own ctypes hacks. (fixes issue365) + thanks Paul Moore for bringing it up. - fix "-k" matching of tests where "repr" and "attr" and other names would cause wrong matches because of an internal implementation quirk diff -r 0fed535428811de1a080cae08a1b0ef2c4ec203a -r 8f52541bc0c32a1b7286bd7bcc853e8f3fd32508 doc/en/announce/release-2.4.2.txt --- a/doc/en/announce/release-2.4.2.txt +++ b/doc/en/announce/release-2.4.2.txt @@ -3,6 +3,10 @@ pytest-2.4.2 is another bug-fixing release: +- on Windows require colorama and a newer py lib so that py.io.TerminalWriter() + now uses colorama instead of its own ctypes hacks. (fixes issue365) + thanks Paul Moore for bringing it up. + - fix "-k" matching of tests where "repr" and "attr" and other names would cause wrong matches because of an internal implementation quirk (don't ask) which is now properly implemented. fixes issue345. @@ -24,6 +28,9 @@ the normal capturing should catch enough possibilities of tests messing up standard FDs. +- add pluginmanager.do_configure(config) as a link to + config.do_configure() for plugin-compatibility + as usual, docs at http://pytest.org and upgrades via:: pip install -U pytest Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit