aboutsummaryrefslogtreecommitdiff
path: root/system_tests
diff options
context:
space:
mode:
authorDavid Buxton <david@gasmark6.com>2020-10-29 21:38:01 +0000
committerGitHub <noreply@github.com>2020-10-29 21:38:01 +0000
commitb790e6535cc37591b23866027a426cde312e07c1 (patch)
treec340ec10c6dea7e2b07d3075b0ab131e89f12ad3 /system_tests
parent0323cf390b16e8483660ac88775e8ea4e7f7702d (diff)
downloadgoogle-auth-library-python-b790e6535cc37591b23866027a426cde312e07c1.tar.gz
fix(deps): Revert "fix: pin 'aoihttp < 3.7.0dev' (#634)" (#632) (#640)
This reverts commit 05f95246fab928fe2f445781117eeac8088497fb. The compatibility bug was fixed in the aioresponses package version 0.7.1 - https://pypi.org/project/aioresponses/ Fixes #632
Diffstat (limited to 'system_tests')
-rw-r--r--system_tests/noxfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_tests/noxfile.py b/system_tests/noxfile.py
index 699a1b3..dcfe8ee 100644
--- a/system_tests/noxfile.py
+++ b/system_tests/noxfile.py
@@ -168,7 +168,7 @@ def configure_cloud_sdk(session, application_default_credentials, project=False)
# Test sesssions
-TEST_DEPENDENCIES_ASYNC = ["aiohttp < 3.7.0dev", "pytest-asyncio", "nest-asyncio"]
+TEST_DEPENDENCIES_ASYNC = ["aiohttp", "pytest-asyncio", "nest-asyncio"]
TEST_DEPENDENCIES_SYNC = ["pytest", "requests"]
PYTHON_VERSIONS_ASYNC = ["3.7"]
PYTHON_VERSIONS_SYNC = ["2.7", "3.7"]