1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/585fe9c5488e/
Changeset:   585fe9c5488e
User:        hpk42
Date:        2014-03-14 15:44:39
Summary:     fix issue #479: properly handle nose/unittest(2) SkipTest 
exceptions
during collection/loading of test modules.  Thanks to Marc Schlaich
for the complete PR.
Affected #:  2 files

diff -r 78d209d1deef275a3ffbbb68004d6b377840ace1 -r 
585fe9c5488e8e7bd4a8048aeb578b95c5dc0b32 AUTHORS
--- a/AUTHORS
+++ b/AUTHORS
@@ -38,3 +38,4 @@
 Mark Abramowitz
 Piotr Banaszkiewicz
 Jurko Gospodnetić
+Marc Schlaich

diff -r 78d209d1deef275a3ffbbb68004d6b377840ace1 -r 
585fe9c5488e8e7bd4a8048aeb578b95c5dc0b32 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,11 @@
 - change skips into warnings for test classes with an __init__ and
   callables in test modules which look like a test but are not functions.
 
+- fix issue #479: properly handle nose/unittest(2) SkipTest exceptions
+  during collection/loading of test modules.  Thanks to Marc Schlaich
+  for the complete PR.
+
+
 2.5.2
 -----------------------------------

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

Reply via email to