diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:06:46 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:06:49 +0200 |
commit | 62298c0f673365769c536f79a4d07c188b308819 (patch) | |
tree | 733aafbaab00a08c954e8977c13c0111e4dd6436 | |
parent | fe7d01e5b6ead8f8075ef54337899d855fd465c8 (diff) |
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222
Change-Id: I2afde7be59f158e041f1df9ac826ac96d793d0da
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ skipsdist = true requires = pip >= 20 [testenv] -basepython = python3 +basepython = python3.8 allowlist_externals = git bash |