From 8835192eb43fceefed1830eb8a34f94e88a73ac6 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Mon, 18 Dec 2023 10:47:35 -0600 Subject: [PATCH] Add pytest to help with teflo and python unit tests --- Containerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 03f3de2..c27b7a6 100644 --- a/Containerfile +++ b/Containerfile @@ -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 && \ diff --git a/README.md b/README.md index 63bb7c0..00aea4c 100644 --- a/README.md +++ b/README.md @@ -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 |