Fixed the build.
Change-Id: I7df82c05a4a098595a42ab94258eebfa5dabea24
Signed-off-by: rajdeep11 <rajdeep.sin@samsung.com>
#
# ==================================================================================
#Base Image
-FROM python:3.8
+FROM python:3.10
# location in the container
ENV TA_DIR /home/app/
# basic test and coverage job
[testenv:code]
allowlist_externals = git
-basepython = python3.8
+basepython = python3.10
deps=
pytest
coverage
# Docs
[testenv:docs]
-basepython = python3
+basepython = python3.10
deps =
sphinx
sphinx-rtd-theme
allowlist_externals = echo
[testenv:docs-linkcheck]
-basepython = python3
+basepython = python3.10
deps = sphinx
sphinx-rtd-theme
sphinxcontrib-httpdomain