some amendments/fixes to changelog
This commit is contained in:
parent
d67514b657
commit
086cc03f05
|
@ -2,11 +2,13 @@ Unreleased
|
|||
-----------------------------------
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue