aboutsummaryrefslogtreecommitdiffstats
path: root/simulator-cli/tox.ini
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:09:29 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:09:31 +0200
commit1657a4742f187fee46573a6a228b64ddd4d15fbd (patch)
tree10c761b74e223a2100ba8e3f38638d8825a7d694 /simulator-cli/tox.ini
parentf7fa176a95dad9fb7bc352359c156ebd902fa5d6 (diff)
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222 Change-Id: Icaeff225283c7e6e67b34b9780c9ee0fbd147529 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'simulator-cli/tox.ini')
-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]