Files @ 90e1a287b7a2
Branch filter:

Location: kallithea/tox.ini - annotation

mads
tests: drop adding working directory to sys.path

This seems to be unnecessary boilerplate from 07dbfabb8f.

This removes one reference to the dying pkg_resources module.
[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}