From 1657a4742f187fee46573a6a228b64ddd4d15fbd Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Tue, 18 Apr 2023 15:09:29 +0200 Subject: Pin tox.ini basepython to 3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: INT-2222 Change-Id: Icaeff225283c7e6e67b34b9780c9ee0fbd147529 Signed-off-by: Marek SzwaƂkiewicz --- simulator-cli/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulator-cli/tox.ini') 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] -- cgit 1.2.3-korg