Projet

Général

Profil

0004-tox-remove-skipdist-set-scgi-max-version.patch

Benjamin Dauvergne, 20 septembre 2019 16:27

Télécharger (790 octets)

Voir les différences:

Subject: [PATCH 4/5] tox: remove skipdist & set scgi max version

Cannot run tests without that.
 tox.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
tox.ini
1 1
[tox]
2 2
envlist = coverage-{django18,django111}-pylint-pg
3
skipsdist = True
3
# skipsdist = True
4 4
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs/
5 5

  
6 6
[testenv]
......
22 22
    mechanize
23 23
    gadjo>=0.53
24 24
    requests
25
    scgi
25
    scgi<2
26 26
    vobject
27 27
    pyquery
28 28
    http://quixote.python.ca/releases/Quixote-2.7b2.tar.gz
29
-