Skip to content

Commit fc5be81

Browse files
committed
Not sure how this ever worked, or why it has suddenly started causing issues if it did work.
Remove trailing `.` from the pytest version in requirements.txt (potentially silence `JSONArgsRecommended` warning for the test Dockerfile, providing I have read the reference docs correctly....) Signed-off-by: Adam Warner <[email protected]>
1 parent f9dd3df commit fc5be81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ RUN apk add --no-cache \
1818
# Tests fall over without it. Investigate later.
1919
&& sed -i 's|/bin/sh|/bin/bash|g' /usr/lib/python3.11/site-packages/testinfra/backend/docker.py
2020

21-
ENTRYPOINT entrypoint.sh
22-
CMD cmd.sh
21+
ENTRYPOINT ["entrypoint.sh"]
22+
CMD ["cmd.sh"]

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest == 7.4.
1+
pytest == 7.4
22
pytest-xdist == 3.5.0
33
pytest-testinfra == 10.0.0
44
black == 23.12.0

0 commit comments

Comments
 (0)