Pin tox.ini basepython to 3.8 06/134206/1
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Tue, 18 Apr 2023 13:00:32 +0000 (15:00 +0200)
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Tue, 18 Apr 2023 13:00:38 +0000 (15:00 +0200)
Issue-ID: INT-2222
Change-Id: Id4577f676d914b1925949586771880fde1fa32e1
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
bootstrap/codesearch/tox.ini
test/mocks/ran-nssmf-simulator/tox.ini
test/security/check_versions/tox.ini
test/security/tox.ini
test/vcpe/tox.ini

index 3d0305b..42089bb 100644 (file)
@@ -4,7 +4,7 @@ skipsdist = true
 modules = create_config
 
 [testenv]
-basepython = python3
+basepython = python3.8
 deps = -r{toxinidir}/test-requirements.txt
 
 [testenv:pep8]
index a874ee4..0eae155 100644 (file)
@@ -2,7 +2,7 @@
 envlist =nssmf
 
 [testenv]
-basepython = python3
+basepython = python3.8
 deps = -r{toxinidir}/test-requirements.txt
 
 [testenv:nssmf]
index 78510e7..703ee28 100644 (file)
@@ -3,7 +3,7 @@ envlist = black, pylint
 skipsdist = true
 
 [testenv]
-basepython = python3
+basepython = python3.8
 deps = -r{toxinidir}/env/requirements-dev.txt
 
 [testenv:black]
index fde5cd4..7ebf8e4 100644 (file)
@@ -6,4 +6,4 @@ skipsdist = True
 deps = -r{toxinidir}/requirements.txt
 
 [testenv:security]
-basepython = python3
+basepython = python3.8
index 8da9312..bee3a65 100644 (file)
@@ -10,6 +10,6 @@ envlist = pytest
 deps = pytest
 
 [testenv:pytest]
-basepython = python3
+basepython = python3.8
 commands =
     pytest