aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-google-auth/10-use-mock-from-standard-library.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/py3-google-auth: upgrade to 1.13.1Keith Maxwell2020-04-061-35/+48
| | | | | pyopenssl has been added to test dependencies in <https://github.com/googleapis/google-auth-library-python/blob/master/noxfile.py#L17>
* community/py3-google-auth: upgrade to 1.11.0Keith Maxwell2020-01-261-27/+27
| | | | | | | | | | | | | | | | Dependencies are listed at: https://github.com/googleapis/google-auth-library-python/blob/release-v1.11.0/setup.py#L21 Test dependencies are listed at https://github.com/googleapis/google-auth-library-python/blob/master/noxfile.py#L17 This commit update the dependencies to match the above. The exception continues to be the apparently optional py3-grpcio dependency which is still in testing/. Mock is a backport of unittest.mock to earlier Python versions. It isn't required on Python 3.8, so this commit patches the tests to use the standard library.
* community/py3-google-auth: move from testingKeith Maxwell2019-06-211-0/+234