diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:00:32 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-18 15:00:38 +0200 |
commit | c57b24365c08afe394e52808d55e9b70ac878205 (patch) | |
tree | ab84d67121a638439cd03e6b409f9ab49df71a2e /test/vcpe | |
parent | 1431cf6e0518c0856ce9c64168b5427ff8e42d9a (diff) |
Pin tox.ini basepython to 3.8
Issue-ID: INT-2222
Change-Id: Id4577f676d914b1925949586771880fde1fa32e1
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'test/vcpe')
-rw-r--r-- | test/vcpe/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/tox.ini b/test/vcpe/tox.ini index 8da9312f8..bee3a65eb 100644 --- a/test/vcpe/tox.ini +++ b/test/vcpe/tox.ini @@ -10,6 +10,6 @@ envlist = pytest deps = pytest [testenv:pytest] -basepython = python3 +basepython = python3.8 commands = pytest |