-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- OS: OSX, Linux
- Python version: 3.7
- pip version:
google-auth
version: 1.24.0
Steps to reproduce
- Setup a clean virtualenv
- pip install google-auth==1.24.0 aiohttp==3.5.4 (version I happen to be using)
- Run "from google.auth.transport import _aiohttp_requests" in a python3 session
You should get a ModuleNotFoundError for "urllib3"
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.