gapic-generator-python
gapic-generator-python copied to clipboard
fix: add cyrptography package to prerelease tests
Cryptography is a required dependency of google-auth 3.x pre-release and needs to be added to the pre-release tests since we install dependencies with --no-deps.
https://github.com/googleapis/gapic-generator-python/blob/d20dd2876fbf8c35f6a994639864815b0d7608ab/gapic/templates/noxfile.py.j2#L508
The reason for using --no-deps is to ensure that a pre-release version of a package is not downgraded.