From 28a28763c7eb22bc59fdaa8a9936c5fc1d2e0a57 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 12 Oct 2015 19:06:49 +0200 Subject: [PATCH] tox: Update logilab-common to 1.1.0. * configuration: have a stable order for sections * testlib: clean out deprecated TestCase methods, move pytest specifics to pytest.py * fix a few python3 bugs in umessage, configuration and optik_ext modules * testlib: report failures and skips in generative tests properly * optik_ext: return bytes as ints and not floats --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dec1263ba..4fcf68dbe 100644 --- a/tox.ini +++ b/tox.ini @@ -92,7 +92,7 @@ deps = {[testenv:misc]deps} astroid==1.3.8 pylint==1.4.4 - logilab-common==1.0.2 + logilab-common==1.1.0 six==1.10.0 vulture==0.8.1 commands =