cubicweb/devtools/testlib.py
changeset 11184 2a7b98d91736
parent 11182 66c44d3d97af
child 11195 5de859b95988
--- a/cubicweb/devtools/testlib.py	Mon Mar 14 21:28:44 2016 +0100
+++ b/cubicweb/devtools/testlib.py	Mon Mar 14 15:38:03 2016 +0100
@@ -32,8 +32,7 @@
 
 import yams.schema
 
-from logilab.common.pytest import nocoverage
-from logilab.common.testlib import Tags
+from logilab.common.testlib import Tags, nocoverage
 from logilab.common.debugger import Debugger
 from logilab.common.umessage import message_from_string
 from logilab.common.decorators import cached, classproperty, clear_cache, iclassmethod