fix issue14 : it was actually issue14 instead of issue8 that was fixed with
the older https://bitbucket.org/hpk42/pytest/changeset/1c3eb86502b3 please try out with the usual "pip install -i http://pypi.testrun.org -U pytest"
This commit is contained in:
parent
647b56614a
commit
5daef51000
|
@ -23,7 +23,7 @@ Changes between 2.0.0 and 2.0.1.devX
|
|||
passing (not xpassing) if they succeed. This only is true
|
||||
for "direct" setup/teardown invocations because teardown_class/
|
||||
teardown_module cannot closely relate to a single test.
|
||||
- fix issue8: no logging errors at process exit
|
||||
- fix issue14: no logging errors at process exit
|
||||
- refinements to "collecting" output on non-ttys
|
||||
- refine internal plugin registration and --traceconfig output
|
||||
- introduce a mechanism to prevent/unregister plugins from the
|
||||
|
|
Loading…
Reference in New Issue