Fix build 48/12548/1
authorrajdeep11 <rajdeep.sin@samsung.com>
Tue, 20 Feb 2024 09:17:58 +0000 (14:47 +0530)
committerrajdeep11 <rajdeep.sin@samsung.com>
Tue, 20 Feb 2024 09:17:58 +0000 (14:47 +0530)
Fixed the build.

Change-Id: I7df82c05a4a098595a42ab94258eebfa5dabea24
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
Dockerfile
tox.ini

index 0f3aa90..b18ea00 100644 (file)
@@ -16,7 +16,7 @@
 #
 # ==================================================================================
 #Base Image
-FROM python:3.8
+FROM python:3.10
 
 # location in the container
 ENV TA_DIR /home/app/
diff --git a/tox.ini b/tox.ini
index ce95619..00fe01c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -23,7 +23,7 @@ skipsdist = true
 # basic test and coverage job
 [testenv:code]
 allowlist_externals = git
-basepython = python3.8
+basepython = python3.10
 deps=
   pytest
   coverage
@@ -59,7 +59,7 @@ commands =
 # Docs
 
 [testenv:docs]
-basepython = python3
+basepython = python3.10
 deps =
     sphinx
     sphinx-rtd-theme
@@ -74,7 +74,7 @@ commands =
 allowlist_externals = echo
 
 [testenv:docs-linkcheck]
-basepython = python3
+basepython = python3.10
 deps = sphinx
        sphinx-rtd-theme
        sphinxcontrib-httpdomain