Skip to content

Commit bf73da5

Browse files
author
Takashi Matsuo
authored
cleanup: remove stale code block (GoogleCloudPlatform#3767)
fixes GoogleCloudPlatform#3341
1 parent 07bc5fc commit bf73da5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ for file in **/requirements.txt; do
8686
fi
8787
fi
8888

89-
# Skip unsupported Python versions for Cloud Functions
90-
# (Some GCF samples' dependencies don't support them)
91-
if [[ "$file" == "functions/"* ]]; then
92-
PYTHON_VERSION="$(python --version 2>&1)"
93-
if [[ "$PYTHON_VERSION" == "Python 2."* || "$PYTHON_VERSION" == "Python 3.5"* ]]; then
94-
# echo -e "\n Skipping $file: Python $PYTHON_VERSION is not supported by Cloud Functions.\n"
95-
continue
96-
fi
97-
fi
98-
9989
echo "------------------------------------------------------------"
10090
echo "- testing $file"
10191
echo "------------------------------------------------------------"

0 commit comments

Comments
 (0)