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
There is an inconsistency in the requirements files. In the requirements/ci-wheel.txt explicitly defined pyflakes with version 2.0.0 but flake8 which uses pyflakes as dependency requires version from the range >= 1.5.0, < 1.7.0. The newest version overwrites the required one.
Expected behaviour
Actual behaviour
Steps to reproduce
pip install -r requirements/dev.txt
Your environment
MacOS 10.14, python 3.6.5, aiohttp 3.4.4
both
The text was updated successfully, but these errors were encountered:
GitMate.io thinks the contributor most likely able to help you is @asvetlov.
Possibly related issues are #1485 (Fix broken Cookies support), #318 (Make chardet dependency mandatory), #82 (Fix proxy issue), #1973 (Dependency problem when using tox), and #67 (fix header encoding error).
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
There is an inconsistency in the requirements files. In the
requirements/ci-wheel.txt
explicitly definedpyflakes
with version2.0.0
butflake8
which usespyflakes
as dependency requires version from the range>= 1.5.0, < 1.7.0
. The newest version overwrites the required one.Expected behaviour
Actual behaviour
Steps to reproduce
pip install -r requirements/dev.txt
Your environment
MacOS 10.14, python 3.6.5, aiohttp 3.4.4
both
The text was updated successfully, but these errors were encountered: