diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:07:16 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:07:18 +0200 |
commit | 284fa3e29a0d666cbfc34346a3b19ed368d3c2ca (patch) | |
tree | d89bbd2a3c4fe388b445464553ca779b6cbba297 | |
parent | ee0c678ac5ed3f5442bedae3c33767d81a810c35 (diff) |
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222
Change-Id: Id66ce426d8fd40babb71211c2a83e252a67152ac
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 |