Pin tox.ini basepython to 3.8 13/134213/1
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Tue, 18 Apr 2023 13:09:29 +0000 (15:09 +0200)
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Tue, 18 Apr 2023 13:09:31 +0000 (15:09 +0200)
Issue-ID: INT-2222
Change-Id: Icaeff225283c7e6e67b34b9780c9ee0fbd147529
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
simulator-cli/tox.ini
tox.ini

index e6c360f..6de1644 100644 (file)
@@ -3,7 +3,7 @@ envlist = pytest
 skipsdist = true
 
 [testenv]
-basepython = python3
+basepython = python3.8
 deps = -rrequirements.txt
 
 [testenv:pytest]
diff --git a/tox.ini b/tox.ini
index 102cead..643386f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = true
 requires = pip >= 8
 
 [testenv]
-basepython = python3
+basepython = python3.8
 allowlist_externals =
   git
   bash