Projet

Général

Profil

0001-tox-remove-py2-environment-44045.patch

Thomas Noël, 13 juin 2020 00:38

Télécharger (1,21 ko)

Voir les différences:

Subject: [PATCH] tox: remove py2 environment (#44045)

 README  | 2 +-
 tox.ini | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)
README
65 65

  
66 66
To run a specific test under a specific environment.
67 67

  
68
  tox -e django18 -- tests/test_csv_datasource.py
68
  tox -e py3-django111 -- -vv tests/test_csv_datasource.py
69 69

  
70 70
LICENSES
71 71
========
tox.ini
1 1
[tox]
2 2
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle/{env:BRANCH_NAME:}
3
envlist = py2-django111-junit, py3-django111-coverage
3
envlist = py3-django111-coverage
4 4

  
5 5
[testenv]
6 6
usedevelop = True
......
27 27
  django-webtest<1.9.3
28 28
  lxml
29 29
  mohawk
30
  py2: enum34<=1.1.6
31 30
  pytest-freezegun
32 31
  pytest-httpbin
33 32
  pytest-localserver
34 33
  pytest-sftpserver
35
  py2: http://quixote.python.ca/releases/Quixote-2.7b2.tar.gz
36
  py3: Quixote
34
  Quixote
37 35
  vobject
38 36
  django-ratelimit
39 37
  pyquery
40
-