commit | 381dd400911d29926ffbf04e0f2ba53ef7bb997e | [log] [tgz] |
---|---|---|
author | Peter Lamut <plamut@users.noreply.github.com> | Mon Dec 09 21:25:37 2019 +0100 |
committer | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Mon Dec 09 15:25:37 2019 -0500 |
tree | 166da494ca76247b60b25c5ee10856dd846c3a04 | |
parent | ab3dc1e26f5240ea3456de364c7c5cb8f40f9583 [diff] [blame] |
feat: add timeout to AuthorizedSession.request() (#397)
diff --git a/noxfile.py b/noxfile.py index aaf1bc5..e170ee5 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -16,6 +16,7 @@ TEST_DEPENDENCIES = [ "flask", + "freezegun", "mock", "oauth2client", "pytest",