From a3ebc896ecb1191098ea96fcb0bbe07d390cb06b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 8 Jun 2021 11:29:08 +0200 Subject: [PATCH] chore: cleanup dependencies --- Dockerfile | 4 ++-- overlay/root/requirements.txt | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7fd17c..e64593b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,10 +34,10 @@ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl MOLECULE_MAJOR="${MOLECULE_VERSION%%.*}" && \ if [ -z "${MOLECULE_MAJOR//[0-9]}" ] && [ -n "$MOLECULE_MAJOR" ]; then \ echo "Installing molecule version '$MOLECULE_VERSION' ..." && \ - pip install -qq --no-cache-dir molecule[docker,podman,lint]=="$MOLECULE_VERSION"; \ + pip install -qq --no-cache-dir molecule[docker,podman,lint,test]=="$MOLECULE_VERSION"; \ else \ echo "Installing latest molecule ..." && \ - pip install -qq --no-cache-dir molecule[docker,podman,lint]; \ + pip install -qq --no-cache-dir molecule[docker,podman,lint,test]; \ fi && \ apk del .build-deps && \ rm -rf /var/cache/apk/* && \ diff --git a/overlay/root/requirements.txt b/overlay/root/requirements.txt index 74a016a..4e0eb15 100644 --- a/overlay/root/requirements.txt +++ b/overlay/root/requirements.txt @@ -1,9 +1,3 @@ -# linter -testinfra -flake8 -yamllint -ansible-lint - # cloud provider deps boto boto3