Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deploy_and_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ if [[ -n "${run_unit_tests}" ]]; then
fi
pip install --upgrade .[int_test]

# Force an upgrade to avoid SSL certificate verification errors (issue #453).
pip install --upgrade httplib2
Copy link

@kemp-google kemp-google Mar 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# Force an upgrade to avoid SSL certificate verification errors (issue #453).

I think that will (a) be sufficient and (b) autolink to the issue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.


color_print "Running integration tests against ${full_image_name}" "${GREEN}"
python gcp_variant_transforms/testing/integration/run_vcf_to_bq_tests.py \
--project "${project}" \
Expand Down