Skip to content
Snippets Groups Projects
Commit a089c879 authored by Andi Gerken's avatar Andi Gerken Committed by calrama
Browse files

[centos] Added python packages to ci

pytest-testmon
pre-commit
parent edb81c8f
Branches
No related tags found
No related merge requests found
Pipeline #40226 passed
...@@ -449,6 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ ...@@ -449,6 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -463,6 +465,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ ...@@ -463,6 +465,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -477,11 +481,14 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ ...@@ -477,11 +481,14 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
h5py \ h5py \
deprecation deprecation
# xsimd # xsimd
RUN name=xsimd && \ RUN name=xsimd && \
......
...@@ -56,6 +56,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -56,6 +56,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -68,6 +70,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -68,6 +70,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
...@@ -80,6 +84,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; ...@@ -80,6 +84,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
twine \ twine \
pytest \ pytest \
pytest-cov \ pytest-cov \
pytest-testmon \
pre-commit \
testbook \ testbook \
jupyter \ jupyter \
pandas \ pandas \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment