Files @ 2cd418e377de
Branch filter:

Location: kallithea/tox.ini

mads
vcs: replace imp with importlib

imp has been dropped in Python 3.12. Mercurial has been changed in a similar
way.
[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}