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
This commit is contained in:
Florian Bruhin 2015-10-12 19:06:49 +02:00
parent f8ad011a32
commit 28a28763c7

View File

@ -92,7 +92,7 @@ deps =
{[testenv:misc]deps} {[testenv:misc]deps}
astroid==1.3.8 astroid==1.3.8
pylint==1.4.4 pylint==1.4.4
logilab-common==1.0.2 logilab-common==1.1.0
six==1.10.0 six==1.10.0
vulture==0.8.1 vulture==0.8.1
commands = commands =