We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec4ee2 commit 77d0a0eCopy full SHA for 77d0a0e
packages/google-auth/tests/test__default.py
@@ -92,7 +92,7 @@ def test__load_credentials_from_file_authorized_user_bad_format(tmpdir):
92
93
94
def test__load_credentials_from_file_authorized_user_cloud_sdk():
95
- with pytest.warns(UserWarning, matches='Cloud SDK'):
+ with pytest.warns(UserWarning, match='Cloud SDK'):
96
credentials, project_id = _default._load_credentials_from_file(
97
AUTHORIZED_USER_CLOUD_SDK_FILE)
98
assert isinstance(credentials, google.oauth2.credentials.Credentials)
packages/google-auth/tox.ini
@@ -7,7 +7,7 @@ deps =
7
flask
8
mock
9
oauth2client
10
- pytest<5.0
+ pytest
11
pytest-cov
12
pytest-localserver
13
requests
0 commit comments