Files @ b015fa0bfecb
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
setup: bump decorator minimum version to 4.2.1 to get rid of py3 warning

Avoid verbose warning:

.../site-packages/decorator.py:95: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
formatvalue=lambda val: "", *argspec)[1:-1]
[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}