tox: disable authentic tests to get a working build

(see #41284)
This commit is contained in:
Frédéric Péters 2020-04-03 09:16:32 +02:00
parent fbf8f749f8
commit ac4a879018
1 changed files with 1 additions and 1 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 = {py2,py3-coverage}-{hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}
[testenv]
usedevelop = True