view tox.ini @ 8798:aa8680af29c2

celery: drop kallithea.CELERY_EAGER - it is more spot-on to look directly at task_always_eager The global flag was set as a side effect in the make_app function. That's not pretty.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 06 Nov 2020 18:57:56 +0100
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}