Skip to content

Commit 64be69a

Browse files
committed
search tests in the whole directory
1 parent a906e28 commit 64be69a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: k8/images/hvplot/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ RUN --mount=type=cache,target=/root/.cache/pip \
1717
RUN python -c "import hvplot"
1818

1919
ENV PYTHON_RECORD_API_FROM_MODULES=hvplot
20-
CMD [ "pytest", "hvplot/tests", "--verbose", "--suppress-tests-failed-exit-code"]
20+
CMD [ "pytest", "hvplot/tests/*", "--verbose", "--suppress-tests-failed-exit-code"]

Diff for: k8/images/hvplot/version

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

0 commit comments

Comments
 (0)