From 66606c8f9c3ea276d61c1a5ac5fe7819ce6410f1 Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Thu, 3 Mar 2016 12:01:09 +0100 Subject: Move coverage utility from pytest to testlib This allows client libraries to avoid importing pytest module which has spurious monkeypatches of unittest. Drop deprecated API about coverage control. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9a47911..487fc88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ ChangeLog for logilab.common ============================ +UNRELEASED -- 1.2.0 + + * pytest: TraceController class, pause_tracing and resume_tracing + functions, deprecated from 0.63.1, got removed + 2015-10-12 -- 1.1.0 * configuration: have a stable order for sections (#298658) -- cgit v1.2.1