10000 Update dependency Wand to v0.5.8 (#2652) · dalequark/python-docs-samples@f15b854 · GitHub
[go: up one dir, main page]

Skip to content

Commit f15b854

Browse files
Update dependency Wand to v0.5.8 (GoogleCloudPlatform#2652)
* Update dependency Wand to v0.5.8 * Add apt packages to test script. * Add apt update. * Tidy up install. Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
1 parent ca6aee0 commit f15b854

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ SECRETS_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secrets-password.txt")
3939
source ./testing/test-env.sh
4040
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/testing/service-account.json
4141
export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
42+
4243
# For Datalabeling samples to hit the testing endpoint
4344
export DATALABELING_ENDPOINT="test-datalabeling.sandbox.googleapis.com:443"
45+
# Required for "run/image-processing" && "functions/imagemagick"
46+
apt-get -qq update && apt-get -qq install libmagickwand-dev > /dev/null
4447

4548
# Run Cloud SQL proxy (background process exit when script does)
4649
wget --quiet https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy && chmod +x cloud_sql_proxy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-vision==0.39.0
22
google-cloud-storage==1.19.1
3-
Wand==0.5.7
3+
Wand==0.5.8

run/image-processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest==4.6.6; python_version < "3.0"
44
gunicorn==19.9.0
55
google-cloud-vision==0.39.0
66
google-cloud-storage==1.19.1
7-
Wand==0.5.7
7+
Wand==0.5.8

0 commit comments

Comments
 (0)
0