From 32eb7687bf7b8440aa87805480789ef61ae65ec9 Mon Sep 17 00:00:00 2001 From: Vincent Mahe Date: Mon, 25 May 2020 18:32:58 +0200 Subject: Add MTS driver It creates a new container xtesting-mts to avoid increase core container size. Signed-off-by: Vincent Mahe Change-Id: I59544023e1235747e140a442815778a133bf6acf --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e23387e9..5fca42af 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ basepython = python3.8 whitelist_externals = bash commands = pylint --min-similarity-lines=10 \ - --disable=locally-disabled --ignore-imports=y --reports=n xtesting + --disable=locally-disabled --ignore-imports=y --reports=n --extension-pkg-whitelist=lxml xtesting [testenv:yamllint] basepython = python3.8 -- cgit 1.2.3-korg