diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 10:17:31 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-19 10:17:35 +0200 |
commit | 944b0d610185ba95d271e7075ec68796a404589f (patch) | |
tree | 8d81a142fe745ea44f88c2701c6464c13c376b26 | |
parent | b7f29dc3f03ec40369941af6e525d40c822d1ced (diff) |
Pin tox basepython version to 3.8
Issue-ID: INT-2222
Change-Id: Id84a8d59a1ea9169b1dbc50dd7e27355198c674f
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r-- | tox.ini | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,9 +5,12 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3 -whitelist_externals = +basepython = python3.8 +allowlist_externals = git + /bin/sh + sh + /bin/bash bash deps = coala-bears |