Skip to content

Commit bdbf8ca

Browse files
committed
install pytest-cov
1 parent 0aa09b6 commit bdbf8ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

k8/images/pyjanitor/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN git clone \
1414

1515
RUN --mount=type=cache,target=/root/.cache/pip \
1616
pip install -e .[all] \
17+
pytest-cov \
1718
pytest-custom_exit_code
1819

1920
RUN python -c "import janitor"

k8/images/pyjanitor/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)