googleapis / env-tests-logging

Apache License 2.0
3 stars 6 forks source link

Re-enable go tests #85

Closed daniel-sanche closed 2 years ago

daniel-sanche commented 2 years ago

The golang environment tests are currently marked as passing, but silently failing: https://github.com/googleapis/google-cloud-go/issues/6368

It looks like this is because we updated to Python3.9 recently, but that version isn't in the go test container, so it's skipping running the tests

This PR addresses the issue by making the python version configurable with an environment variable. I also made related warnings into hard errors so this doesn't slip through in the future