diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:14:13 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:14:16 +0200 |
commit | 5b32c22ffcba42cf68fc02b2e6348fcd4ab5ef42 (patch) | |
tree | 2fbbd256c0c8bc0628475478b0c0d2abf768ead6 | |
parent | 8e2a60ac2cc208a3a1548c9415eb516611f61fed (diff) |
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222
Change-Id: Ib8c7827b3d8ad04f56f1e915d906e18d6f26953f
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 |