diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 10:10:17 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 10:10:24 +0200 |
commit | e5a6166f51f55a6510d985c73aa3bf635b265cc2 (patch) | |
tree | e0ad1db4a9c517796e440157183e6f57843eced7 | |
parent | 9b17c2b380f0de3289dfc50d01fc2aa58f20a700 (diff) |
Pin tox basepython version to 3.8
Issue-ID: INT-2222
Change-Id: I06c2bf2eece810f3ef67f6d9a880fb2c3a391fd9
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-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 |