The tox.ini file edited to explicitly define the python runtime environment

An error occurs while executing local tests if the user has more than one Python3 runtime installed. Currently supported version of python environment for tox tests is 3.8. Basepython was explicitly defined to version 3.8 so the error won't occur due to a different version.

Signed-off-by: Veronika Fisarova <vfisarov@redhat.com>
Change-Id: I07e6a29f9cf1393a6cd8784163c4575fd40ac25e
This commit is contained in:
Veronika Fisarova 2022-09-15 11:04:53 +02:00
parent c14a217d79
commit 8480aa12d2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ skipsdist = True
ignore_basepython_conflict = True
[testenv]
basepython = python3.8
usedevelop = True
passenv =
TERM