diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-08-29 15:27:53 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-08-29 16:33:04 +0200 |
commit | 86614aa6ed0c8c0147cbe8948eb437c858c6a12e (patch) | |
tree | 1f4daba8104dd55834f2fccaef99765829a0f327 /tox.ini | |
parent | 0adc4b07e68f6fce9c46336ef53820ae0f0cd962 (diff) |
[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 <andreas-geissler@telekom.de>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |