From d477f7b36219494e6b132c9d9d40fcd39a077b04 Mon Sep 17 00:00:00 2001 From: rajdeep11 Date: Tue, 20 Feb 2024 14:47:58 +0530 Subject: [PATCH] Fix build Fixed the build. Change-Id: I7df82c05a4a098595a42ab94258eebfa5dabea24 Signed-off-by: rajdeep11 --- Dockerfile | 2 +- tox.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f3aa90..b18ea00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 --- 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 -- 2.16.6