Skip to content

Commit e405dc2

Browse files
committed
find python tests: bump to f33; add ubi/python
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent c10987c commit e405dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_buildah.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626

2727
@pytest.mark.parametrize("image_name,found", [
28-
("registry.fedoraproject.org/fedora:29", True),
28+
("registry.fedoraproject.org/fedora:33", True),
29+
("registry.access.redhat.com/ubi8/python-38", True),
2930
(base_image, True),
3031
("docker.io/library/busybox", False),
3132
])

0 commit comments

Comments
 (0)