Skip to content

Commit 15eaea0

Browse files
authored
Merge pull request #30 from mhjacks/main
Add pytest to help with teflo and python unit tests
2 parents 5cf7f90 + 8835192 commit 15eaea0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ARG EXTRARPMS
4242

4343
USER root
4444

45-
RUN microdnf --disableplugin=subscription-manager install -y python3-pip make git-core tar vi jq which findutils diffutils sshpass $EXTRARPMS && \
45+
RUN microdnf --disableplugin=subscription-manager install -y python3-pip python3-pytest make git-core tar vi jq which findutils diffutils sshpass $EXTRARPMS && \
4646
microdnf remove -y $DNF_TO_REMOVE && \
4747
rpm -e --nodeps $RPM_TO_FORCEFULLY_REMOVE && \
4848
microdnf clean all && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ utility container for simplified execution of imperative commands in each of the
2424
|make |package |4.3 |
2525
|openshift |binary |4.13.9 |
2626
|python3-pip |package |21.2.3 |
27+
|python3-pytest |package |6.2.2-6 |
2728
|python |package |3.9.16 |
2829
|redhat_cop.controller_configuration|collection|2.3.1 |
2930
|sshpass |package |1.09 |

0 commit comments

Comments
 (0)