]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr/dashboard: bump flake8 to 3.9.0
authorKefu Chai <kchai@redhat.com>
Fri, 19 Mar 2021 04:05:45 +0000 (12:05 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 19 Mar 2021 04:14:45 +0000 (12:14 +0800)
commit152964ca360293d9accd18f435efcd66d145063e
tree99d36bb469a282369b56302fd50898e333284e0f
parent822789547e6cc92ebcc43e853426ff3956eabcc5
pybind/mgr/dashboard: bump flake8 to 3.9.0

to address the failure of

ERROR: Cannot install -r requirements-lint.txt (line 2) and -r requirements-lint.txt (line 8) because these package versions have conflicting dependencies.

The conflict is caused by:
    flake8 3.8.4 depends on pycodestyle<2.7.0 and >=2.6.0a1
    autopep8 1.5.6 depends on pycodestyle>=2.7.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/requirements-lint.txt