view tox.ini @ 7908:19418a4c6c61

wsgi: make WSGI wrapper follow the size of the result and log when it finished The WSGI protocol allow for explicit writes and for iterator yields, and we thus have to do accounting in both places.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 09 Oct 2019 12:23:21 +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}