Skip to content

Commit

Permalink
find python tests: bump to f33; add ubi/python
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Jan 11, 2021
1 parent c10987c commit e405dc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/test_buildah.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
])
Expand Down

0 comments on commit e405dc2

Please sign in to comment.