From ba9aeace4c3d3f4f31830d68b5cc7dd3f4bf1dde Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Tue, 6 Dec 2022 16:55:51 +0000 Subject: MLIA-468 Skip e2e tests if backend is unavailable The behavior can be modified using the flag '--no-skip' for the e2e tests, i.e. providing the flag will let the tests fail when the backend is unavailable and otherwise these tests are skipped per default. Also use commas instead of semi-colons to separate Python versions. Change-Id: Ib2b9f6c66ce4d500b0d50080d127c06e43616c3d --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c00482b..28a2707 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ RUN curl https://pyenv.run | bash ENV PYENV_ROOT /home/foo/.pyenv ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH -# Python versions separated by semicolons. E.g. "3.8;3.9" +# Python versions separated by commas, e.g. "3.8,3.9" ARG PYTHON_VERSIONS # Install Python versions and set them to be available globally COPY docker/install_python_versions.sh /home/foo -- cgit v1.2.1