Files @ c146a2ab50a8
Branch filter:

Location: kallithea/tox.ini

mads
tests: accept py3 output in test_list_valued_setting_update

The old behaviour seems completely broken and useless and thus evidently unused
... but the new result seems slightly better.
[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}