Files @ 1c64d9bd0599
Branch filter:

Location: kallithea/tox.ini

mads
tests: update test_filenode_path for py3

Unicode is now handled very differently. There are no encoded unicode str, and
the test barely makes sense any more.
[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}