view tox.ini @ 7641:6b7a0cd02857 stable

files: avoid duplicated "Select changeset" select2 controls on file source pages (Issue #343) Sometimes, when reusing cached data, the DOM part of select2 activation would be reused, but not the actual activation. Repeated select2 activation would thus give duplicated DOM entries. Select2 doeesn't seem to have a good way to unload or redo, so instead just try to remove the old DOM parts.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 30 Apr 2019 19:05:16 +0200
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}