Skip to content

Commit 656963f

Browse files
committed
build(remarshal): removing remarshal temporarily until python 3.10
1 parent 6ba3192 commit 656963f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN pipx ensurepath --global \
5151
cfn-lint==1.39.1 \
5252
cfn-policy-validator==0.0.36 \
5353
checkov==3.2.470 \
54-
remarshal==1.2.0 \
54+
# FIXME @TL requires python 3.10: remarshal==1.2.0 \
5555
yamlpath==3.8.2
5656

5757
# FIXME @TL workaround until Amazon Linux gets an yq package

aws-cli/docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
pip --version # py3-pip
3131
pipx --version # pipx
3232
python --version # python3
33-
remarshal --version # remarshal
33+
# FIXME @TL requires python 3.10: remarshal --version # remarshal
3434
rsync --version # rsync
3535
sed --version # sed
3636
ssh -V # openssh

0 commit comments

Comments
 (0)