googleapis / googleapis/google-cloud-python
Resolve Credential File Errors
Open
api: pubsub
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.8k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 122
Description
After the auth library deprecated from credential files, our warning -> error pipeline has flooded us with test issues ([example](https://github.com/googleapis/python-pubsub/issues/1482)).
https://github.com/googleapis/python-pubsub/pull/1460 has a change in pytest.ini that silences this short term, but we have to move off the from credential files method afterwards
The reason for the warning is [here](https://github.com/googleapis/google-auth-library-python/issues/1814)
Contributor guide
Assessment
This issue has not been assessed yet.