From 5daef51000fdedbce4ecaacd6bbeac7858d4fff5 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 12 Jan 2011 17:35:09 +0100 Subject: [PATCH] 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" --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b697300cc..1bf1a8f98 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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