[testlib] Import nocoverage from logilab.common.testlib
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 14 Mar 2016 15:38:03 +0100
changeset 11184 2a7b98d91736
parent 11183 505195fe444d
child 11185 40e74d6d7e99
[testlib] Import nocoverage from logilab.common.testlib This depends on a change in logilab-common 1.2.0
cubicweb.spec
cubicweb/__pkginfo__.py
cubicweb/devtools/testlib.py
debian/control
--- a/cubicweb.spec	Mon Mar 14 21:28:44 2016 +0100
+++ b/cubicweb.spec	Mon Mar 14 15:38:03 2016 +0100
@@ -22,7 +22,7 @@
 
 Requires:       %{python}
 Requires:       %{python}-six >= 1.4.0
-Requires:       %{python}-logilab-common >= 0.63.1
+Requires:       %{python}-logilab-common >= 1.2.0
 Requires:       %{python}-logilab-mtconverter >= 0.8.0
 Requires:       %{python}-rql >= 0.34.0
 Requires:       %{python}-yams >= 0.42.0
--- a/cubicweb/__pkginfo__.py	Mon Mar 14 21:28:44 2016 +0100
+++ b/cubicweb/__pkginfo__.py	Mon Mar 14 15:38:03 2016 +0100
@@ -40,7 +40,7 @@
 
 __depends__ = {
     'six': '>= 1.4.0',
-    'logilab-common': '>= 0.63.1',
+    'logilab-common': '>= 1.2.0',
     'logilab-mtconverter': '>= 0.8.0',
     'rql': '>= 0.34.0',
     'yams': '>= 0.42.0',
--- 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
--- a/debian/control	Mon Mar 14 21:28:44 2016 +0100
+++ b/debian/control	Mon Mar 14 15:38:03 2016 +0100
@@ -10,7 +10,7 @@
  python (>= 2.6),
  python-six (>= 1.4.0),
  python-sphinx,
- python-logilab-common,
+ python-logilab-common (>= 1.2.0),
  python-unittest2 (>= 0.7.0),
  python-logilab-mtconverter,
  python-markdown,
@@ -158,7 +158,7 @@
  gettext,
  python-six (>= 1.4.0),
  python-logilab-mtconverter (>= 0.8.0),
- python-logilab-common (>= 0.63.1),
+ python-logilab-common (>= 1.2.0),
  python-markdown,
  python-yams (>= 0.42.0),
  python-rql (>= 0.34.0),