From c57b24365c08afe394e52808d55e9b70ac878205 Mon Sep 17 00:00:00 2001 From: Marek SzwaƂkiewicz Date: Tue, 18 Apr 2023 15:00:32 +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: Id4577f676d914b1925949586771880fde1fa32e1 Signed-off-by: Marek SzwaƂkiewicz --- bootstrap/codesearch/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/codesearch/tox.ini') diff --git a/bootstrap/codesearch/tox.ini b/bootstrap/codesearch/tox.ini index 3d0305b65..42089bb93 100644 --- a/bootstrap/codesearch/tox.ini +++ b/bootstrap/codesearch/tox.ini @@ -4,7 +4,7 @@ skipsdist = true modules = create_config [testenv] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/test-requirements.txt [testenv:pep8] -- cgit 1.2.3-korg