aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:08:18 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:08:20 +0200
commit3ea2c6057c6f4197ae4a920034578e1924590125 (patch)
treeb27892b0c0ccda3eb42dc5077e849ca14c2d87af
parentb4e937c4c92ef68fd1ab640ce9e30a531112b371 (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: I5def68fc350a42c333e1668b301349d9c89fabe6 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
-rw-r--r--simulator-cli/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator-cli/tox.ini b/simulator-cli/tox.ini
index e6c360f..6de1644 100644
--- a/simulator-cli/tox.ini
+++ b/simulator-cli/tox.ini
@@ -3,7 +3,7 @@ envlist = pytest
skipsdist = true
[testenv]
-basepython = python3
+basepython = python3.8
deps = -rrequirements.txt
[testenv:pytest]