Skip to content

Commit

Permalink
Merge pull request #30 from mhjacks/main
Browse files Browse the repository at this point in the history
Add pytest to help with teflo and python unit tests
  • Loading branch information
mbaldessari authored Dec 18, 2023
2 parents 5cf7f90 + 8835192 commit 15eaea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ARG EXTRARPMS

USER root

RUN microdnf --disableplugin=subscription-manager install -y python3-pip make git-core tar vi jq which findutils diffutils sshpass $EXTRARPMS && \
RUN microdnf --disableplugin=subscription-manager install -y python3-pip python3-pytest make git-core tar vi jq which findutils diffutils sshpass $EXTRARPMS && \
microdnf remove -y $DNF_TO_REMOVE && \
rpm -e --nodeps $RPM_TO_FORCEFULLY_REMOVE && \
microdnf clean all && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ utility container for simplified execution of imperative commands in each of the
|make |package |4.3 |
|openshift |binary |4.13.9 |
|python3-pip |package |21.2.3 |
|python3-pytest |package |6.2.2-6 |
|python |package |3.9.16 |
|redhat_cop.controller_configuration|collection|2.3.1 |
|sshpass |package |1.09 |
Expand Down

0 comments on commit 15eaea0

Please sign in to comment.