aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Klimczak <benjamin.klimczak@arm.com>2022-12-09 15:39:28 +0000
committerBenjamin Klimczak <benjamin.klimczak@arm.com>2022-12-09 15:39:28 +0000
commitdab3dad2578074407f1e4bf78de78bced7265c84 (patch)
tree633ab405c3a258a583ccea79a8c50d2fdf8b61b5
parent0241f96fce1bbfa11f21bfbfa161b51f3170a51b (diff)
downloadmlia-dab3dad2578074407f1e4bf78de78bced7265c84.tar.gz
Pin tox version to avoid issues with tox 4.
Change-Id: Ib613db35d9047e9ca90559a856a4357f96427bb6
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 707318c..c00482b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -106,7 +106,7 @@ COPY .pre-commit-config.yaml .
# chosen pip index. By loading it as a secret, the secret information will not
# be leaked into the final build or cache.
RUN --mount=type=secret,id=pip_conf,mode=755,target=/home/foo/.pip/pip.conf \
- pip3 install tox &&\
+ pip3 install -U tox~=3.27.1 &&\
tox --workdir $TOX_WORK_DIR --notest --recreate -e lint &&\
tox --workdir $TOX_WORK_DIR -e lint_setup