aboutsummaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorckl <ckl@google.com>2023-06-12 10:18:37 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-12 10:20:02 -0700
commit38ebd5ffb0dd81c2a0635ca8423f5fb1078e6c1d (patch)
tree69bd6ccbc26376d628e501e0b84b98ae6b8d9a46 /kokoro
parent040be39f998f631212405e6b83b822d09cfd8192 (diff)
downloadtink-38ebd5ffb0dd81c2a0635ca8423f5fb1078e6c1d.tar.gz
Remove stale Python dependency workaround.
PiperOrigin-RevId: 539691367
Diffstat (limited to 'kokoro')
-rwxr-xr-xkokoro/run_tests.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh
index 58cd636f7..3eca64880 100755
--- a/kokoro/run_tests.sh
+++ b/kokoro/run_tests.sh
@@ -52,10 +52,6 @@ run_go_tests() {
run_py_tests() {
use_bazel "$(cat python/.bazelversion)"
-
- # TODO(b/276277854) It is not clear why this is needed.
- pip3 install google-cloud-kms==2.15.0 --user
-
./kokoro/testutils/run_bazel_tests.sh "python"
}
@@ -149,7 +145,7 @@ run_all_tests() {
# Only run these tests if exeucting a Kokoro GitHub continuous integration
# job or if running locally (e.g. as part of release.sh).
#
- # TODO(b/228529710): Use an easier to maintain approach to test parity.
+ # TODO(b/231610897): Use an easier to maintain approach to test parity.
if [[ "${KOKORO_JOB_NAME:-}" =~ ^tink/github \
|| -z "${KOKORO_JOB_NAME+x}" ]]; then
run_cc_tests