1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/2a1cf904d5b7/
Changeset:   2a1cf904d5b7
User:        hpk42
Date:        2013-11-21 07:46:53
Summary:     some amendments/fixes to changelog
Affected #:  1 file

diff -r 6333d041d8dd3ba39e2ca32e07d2354c8525cfdf -r 
2a1cf904d5b7854bbf4af9b30adb618a94f466c0 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,11 +2,13 @@
 -----------------------------------
 
 - fix issue287 by running all finalizers but saving the exception
-  from the last failing finalizer and re-raising it so teardown will
-  still have failed.
+  from the first failing finalizer and re-raising it so teardown will
+  still have failed.  We reraise the first failing exception because
+  it might be the cause for other finalizers to fail.
 
 - fix ordering when mock.patch or other standard decorator-wrappings
-  are used with test methods.  This fixues issue346.  Thanks to
+  are used with test methods.  This fixues issue346 and should
+  help with random "xdist" collection failures.  Thanks to
   Ronny Pfannschmidt and Donald Stufft for helping to isolate it.
 
 - fix issue384 by removing the trial support code

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