From a089c8794c98e2ccffed4fe209fb7279e347846f Mon Sep 17 00:00:00 2001 From: Andi Gerken <andi.gerken@gmail.com> Date: Thu, 1 Jul 2021 18:54:36 +0200 Subject: [PATCH] [centos] Added python packages to ci pytest-testmon pre-commit --- centos/Dockerfile | 7 +++++++ windows/devel/Dockerfile | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/centos/Dockerfile b/centos/Dockerfile index 911160e..2b748b1 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -449,6 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pytest-cov \ + pytest-testmon \ + pre-commit \ testbook \ jupyter \ pandas \ @@ -463,6 +465,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pytest-cov \ + pytest-testmon \ + pre-commit \ testbook \ jupyter \ pandas \ @@ -477,11 +481,14 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pytest-cov \ + pytest-testmon \ + pre-commit \ testbook \ jupyter \ pandas \ h5py \ deprecation + # xsimd RUN name=xsimd && \ diff --git a/windows/devel/Dockerfile b/windows/devel/Dockerfile index adc5b22..c15b5e7 100644 --- a/windows/devel/Dockerfile +++ b/windows/devel/Dockerfile @@ -56,6 +56,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; twine \ pytest \ pytest-cov \ + pytest-testmon \ + pre-commit \ testbook \ jupyter \ pandas \ @@ -68,6 +70,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; twine \ pytest \ pytest-cov \ + pytest-testmon \ + pre-commit \ testbook \ jupyter \ pandas \ @@ -80,6 +84,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; twine \ pytest \ pytest-cov \ + pytest-testmon \ + pre-commit \ testbook \ jupyter \ pandas \ -- GitLab