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
Github provides not a valid tarball, please never use it.
I don't know how to disable this feature on github.
The valid tarball source is PyPI, files published on PyPI have all generated files like _websocket.c included.
Yes, testing from master requires preparing the master (compiling extensions etc).
Like if you want to test on CPython master you should compile it every time first.
Installation via tarball fails:
This is due to
aiohttp/_websocket.c
missing in the source, andcython
not being used since ab0e956 anymore automatically.I think it is a valid use case to support, and e.g. aioresponses uses this in tox to test with aiohttp's master version.
The text was updated successfully, but these errors were encountered: