From 86614aa6ed0c8c0147cbe8948eb437c858c6a12e Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 29 Aug 2023 15:27:53 +0200 Subject: [RELEASE] Create version 5.0.0 Add the support for "pod-name" and "app-name" options and fix handling for pods without sidecar Issue-ID: OOM-3171 Issue-ID: OOM-3236 Change-Id: I96a4cccf5ff9e9131ca5dc83ad4554805de74908 Signed-off-by: Andreas Geissler --- tox.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index cabf052..da5cf77 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,12 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3 -whitelist_externals = +basepython = python3.8 +allowlist_externals = git + /bin/sh + sh + /bin/bash bash deps = coala-bears -- cgit 1.2.3-korg