From ab1ecfc38e73fa5f7fe2ae34ef9d9b1f40ba17b0 Mon Sep 17 00:00:00 2001 From: Andi Gerken <andi.gerken@gmail.com> Date: Wed, 24 Feb 2021 15:06:45 +0100 Subject: [PATCH] Added python packages - pytest-cov - testbook - jupyter --- centos/Dockerfile | 9 +++++++++ windows/base/Dockerfile | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/centos/Dockerfile b/centos/Dockerfile index e33eba0..c5acf08 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -448,6 +448,9 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ wheel \ twine \ pytest \ + pytest-cov \ + testbook \ + jupyter \ pandas \ h5py \ deprecation @@ -459,6 +462,9 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ wheel \ twine \ pytest \ + pytest-cov \ + testbook \ + jupyter \ pandas \ h5py \ deprecation @@ -470,6 +476,9 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ wheel \ twine \ pytest \ + pytest-cov \ + testbook \ + jupyter \ pandas \ h5py \ deprecation diff --git a/windows/base/Dockerfile b/windows/base/Dockerfile index df56e23..d9588b8 100644 --- a/windows/base/Dockerfile +++ b/windows/base/Dockerfile @@ -96,6 +96,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; wheel \ twine \ pytest \ + pytest-cov \ + testbook \ + jupyter \ pandas \ h5py \ ; \ @@ -105,6 +108,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; wheel \ twine \ pytest \ + pytest-cov \ + testbook \ + jupyter \ pandas \ h5py \ ; \ @@ -114,5 +120,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; wheel \ twine \ pytest \ + pytest-cov \ + testbook \ + jupyter \ pandas \ h5py -- GitLab