# HG changeset patch # User Denis Laxalde # Date 1457966283 -3600 # Node ID 2a7b98d91736fe7e7992adcd3e31add1c24be9b9 # Parent 505195fe444db76bfd02ff540fe4820f20e95112 [testlib] Import nocoverage from logilab.common.testlib This depends on a change in logilab-common 1.2.0 diff -r 505195fe444d -r 2a7b98d91736 cubicweb.spec --- 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 diff -r 505195fe444d -r 2a7b98d91736 cubicweb/__pkginfo__.py --- 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', diff -r 505195fe444d -r 2a7b98d91736 cubicweb/devtools/testlib.py --- 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 diff -r 505195fe444d -r 2a7b98d91736 debian/control --- 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),