We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bc5fc commit bf73da5Copy full SHA for bf73da5
.kokoro/tests/run_tests.sh
@@ -86,16 +86,6 @@ for file in **/requirements.txt; do
86
fi
87
88
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
98
-
99
echo "------------------------------------------------------------"
100
echo "- testing $file"
101
0 commit comments