view tox.ini @ 8445:0bca9e828db2 stable

docs: mention the need for worker process restarts to avoid "memory leaks" (Issue #346) It might not be ideal to mention such details in the overview, but that seems like the best place for generic advice. (Kallithea should still aim for keeping memory growth under control.)
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 11 Jun 2020 20:50:26 +0200
parents ab30729c735c
children
line wrap: on
line source

[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}