tox: remove python2 tests (#45561)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Build started... Details

This commit is contained in:
Nicolas Roche 2020-07-29 14:47:40 +02:00
parent a74d77ec8d
commit 32b5136abc
1 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo/{env:BRANCH_NAME:}
envlist = {py2,py3-coverage}-{authentic,hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}
envlist = py3-coverage-{authentic,hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}
[testenv]
usedevelop = True
@ -41,10 +41,8 @@ deps:
Markdown<3
django-tables2<2.0
authentic: http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz
py2-authentic: django-filter<2
py3-authentic: django-filter<2.3
passerelle: http://git.entrouvert.org/passerelle.git/snapshot/passerelle-master.tar.gz
py2-passerelle: suds
passerelle: python-memcached
multitenant: systemd-python
http://git.entrouvert.org/debian/django-tenant-schemas.git/snapshot/django-tenant-schemas-master.tar.gz
@ -54,10 +52,8 @@ deps:
pytest-freezegun
xmlschema<1.1
enum34<=1.1.6
py2: django-appconf<1.0.4
psycopg2-binary
commands =
py2: ./getlasso.sh
py3: ./getlasso3.sh
hobo: py.test {env:COVERAGE:} {env:NOMIGRATIONS:} {posargs:tests/}
schemas: py.test {env:COVERAGE:} {env:NOMIGRATIONS:} {posargs:tests_schemas/}