#1744 don't make network calls in unit tests
Pull request opened by
cosmicBboy
TL;DR
Don't do a network call to gcs in the unit tests
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☑︎ Unit tests added
•
[ ] Code documentation added
•
[ ] Any pending items have an associated Issue
Complete description
Unit tests were failing locally because it was trying to make a network call to gcs. Not sure how these were passing in CI, but added a patch to the
google.auth.compute_engine._metadata
module so network calls aren't make.
Tracking Issue
NA
Follow-up issue
NA
flyteorg/flytekit
✅ All checks have passed
30/30 successful checks