diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 11:38:53 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 11:39:00 +0200 |
commit | a0cc83c27b3f292c8b09f93774d5426b5d55dd32 (patch) | |
tree | bfd84d261abcfb6a7814b9a13b8929a73eb49642 | |
parent | d038cd9a03fd9ad67adc2eba25fc4951f1166337 (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.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 |