From e405dc23e9000aeb6603d23f9f298c85e458e1fb Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 11 Jan 2021 11:51:43 +0100 Subject: [PATCH] find python tests: bump to f33; add ubi/python Signed-off-by: Tomas Tomecek --- tests/integration/test_buildah.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_buildah.py b/tests/integration/test_buildah.py index 0ae64bc..94c2c9d 100644 --- a/tests/integration/test_buildah.py +++ b/tests/integration/test_buildah.py @@ -25,7 +25,8 @@ @pytest.mark.parametrize("image_name,found", [ - ("registry.fedoraproject.org/fedora:29", True), + ("registry.fedoraproject.org/fedora:33", True), + ("registry.access.redhat.com/ubi8/python-38", True), (base_image, True), ("docker.io/library/busybox", False), ])