diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:09:58 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:10:00 +0200 |
commit | 3341417071ee2ba1a9a615f412c351c1b79692dc (patch) | |
tree | 474126a955fc7c5dc35a4fad8e9f224ddfd133be | |
parent | 2126f1214f9ed9ab65a38149223ab7b3dccebb10 (diff) |
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222
Change-Id: Ia32a0d4f0e23b10bea58b1e23cb55c7b0b5ef8e8
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 >= 8 [testenv] -basepython = python3 +basepython = python3.8 allowlist_externals = git bash |