Files @ 7977ca209b1d
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
auth: make User.get_by_api_key more strict about only returning active non-default users

Thus drop some extra checks against default user.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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