diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:07:46 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:07:48 +0200 |
commit | 73a12babc65ead5850747c73f48915d00f93ee3b (patch) | |
tree | 3b9d3f1320c7bcc53d6859822575b4cf159fa3e2 | |
parent | 8e16e20ce1cdd4dcb9172fb7b47b35699894d70b (diff) |
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222
Change-Id: I979b5adaef95fad472f9e8028aa826c63377ba56
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 |