| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Enable the full test suite on every arch except ppc64le
|
|
|
|
| |
https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#1141-2020-04-21
|
| |
|
|
|
|
|
| |
pyopenssl has been added to test dependencies in
<https://github.com/googleapis/google-auth-library-python/blob/master/noxfile.py#L17>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|