aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 11:38:53 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-19 11:39:00 +0200
commita0cc83c27b3f292c8b09f93774d5426b5d55dd32 (patch)
treebfd84d261abcfb6a7814b9a13b8929a73eb49642
parentd038cd9a03fd9ad67adc2eba25fc4951f1166337 (diff)
Pin tox basepython version to 3.8
Issue-ID: INT-2222 Change-Id: I436b2edf0d5edf6684f23ae45876440475503142 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 68745ff6..dcffc5f2 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