You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError while loading conftest '/home/runner/work/aiohttp/aiohttp/tests/conftest.py'.
tests/conftest.py:12: in <module>
from aiohttp.test_utils import loop_context
aiohttp/__init__.py:6: in <module>
from .client import (
aiohttp/client.py:36: in <module>
from . import hdrs, http, payload
aiohttp/http.py:7: in <module>
from .http_parser import (
aiohttp/http_parser.py:75: in <module>
classRawRequestMessage(NamedTuple):
aiohttp/http_parser.py:79: in RawRequestMessage
headers: CIMultiDictProxy[str]
E TypeError: 'type' object is not subscriptable
📋 Your version of the Python
$ python --version3.6
The text was updated successfully, but these errors were encountered:
derlih
changed the title
Fix test run on python3.6 on 3.8 branch after type annotations (9e3a28a)
Fix test run on python3.6 on 3.8 branch after type annotations for mypy --strict (9e3a28a)
Jan 28, 2021
derlih
changed the title
Fix test run on python3.6 on 3.8 branch after type annotations for mypy --strict (9e3a28a)
Fix test run on python3.6 on 3.8 branch after type annotations for mypy --strict
Jan 28, 2021
🐞 Describe the bug
After 9e3a28a pytest fails on python 3.6
💡 To Reproduce
run
make vvtest
on 3.8 branch using python.36💡 Expected behavior
tests should pass
📋 Logs/tracebacks
📋 Your version of the Python
The text was updated successfully, but these errors were encountered: