aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:00:32 +0200
committerMarek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2023-04-18 15:00:38 +0200
commitc57b24365c08afe394e52808d55e9b70ac878205 (patch)
treeab84d67121a638439cd03e6b409f9ab49df71a2e
parent1431cf6e0518c0856ce9c64168b5427ff8e42d9a (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>
-rw-r--r--bootstrap/codesearch/tox.ini2
-rw-r--r--test/mocks/ran-nssmf-simulator/tox.ini2
-rw-r--r--test/security/check_versions/tox.ini2
-rw-r--r--test/security/tox.ini2
-rw-r--r--test/vcpe/tox.ini2
5 files changed, 5 insertions, 5 deletions
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]
diff --git a/test/mocks/ran-nssmf-simulator/tox.ini b/test/mocks/ran-nssmf-simulator/tox.ini
index a874ee4a7..0eae155a4 100644
--- a/test/mocks/ran-nssmf-simulator/tox.ini
+++ b/test/mocks/ran-nssmf-simulator/tox.ini
@@ -2,7 +2,7 @@
envlist =nssmf
[testenv]
-basepython = python3
+basepython = python3.8
deps = -r{toxinidir}/test-requirements.txt
[testenv:nssmf]
diff --git a/test/security/check_versions/tox.ini b/test/security/check_versions/tox.ini
index 78510e7a3..703ee280a 100644
--- a/test/security/check_versions/tox.ini
+++ b/test/security/check_versions/tox.ini
@@ -3,7 +3,7 @@ envlist = black, pylint
skipsdist = true
[testenv]
-basepython = python3
+basepython = python3.8
deps = -r{toxinidir}/env/requirements-dev.txt
[testenv:black]
diff --git a/test/security/tox.ini b/test/security/tox.ini
index fde5cd49c..7ebf8e4c8 100644
--- a/test/security/tox.ini
+++ b/test/security/tox.ini
@@ -6,4 +6,4 @@ skipsdist = True
deps = -r{toxinidir}/requirements.txt
[testenv:security]
-basepython = python3
+basepython = python3.8
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