From 05e95de3b9736160b4229232903e86706fb782e1 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Mon, 20 Apr 2020 13:25:47 -0400 Subject: Remove ContainerizedPlatformContainer from types Also allow environment variables to specified via docker_config Issue-ID: DCAEGEN2-1791 Issue-ID: DCAEGEN2-2215 Change-Id: If6b3b206856031d3c2aa3a5f787c1be30bdc4afd Signed-off-by: Jack Lucas --- k8s/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'k8s/tox.ini') diff --git a/k8s/tox.ini b/k8s/tox.ini index 24fb8d5..5b750e3 100644 --- a/k8s/tox.ini +++ b/k8s/tox.ini @@ -13,7 +13,7 @@ deps= pytest-cov commands= coverage erase - pytest --junitxml xunit-results.{envname}.xml --cov configure --cov k8sclient --cov k8splugin --cov msb + pytest --junitxml xunit-results.{envname}.xml --cov configure --cov k8sclient --cov k8splugin [testenv:cov] skip_install = true -- cgit 1.2.3-korg