We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5b2b8 commit 7ecd5f1Copy full SHA for 7ecd5f1
test/test-lib-python.sh
@@ -37,7 +37,7 @@ function ct_pull_or_import_postgresql() {
37
38
# Check the imagestream
39
function test_python_imagestream() {
40
- if [[ "${VERSIONS}" == "3.12" ]] && [[ "${OS}" == "rhel8" ]]; then
+ if [[ "${VERSIONS}" == "3.12" ]] || [[ "${VERSIONS}" == "3.12-minimal" ]] && [[ "${OS}" == "rhel8" ]]; then
41
echo "Skipping tests for ${VERSIONS}. It is not supported in Container Catalog. Imagestreams do not exist for them."
42
return 0
43
fi
0 commit comments