FS#72473 - [flake8][python-pyflakes] flake8 4.0 in testing requires pyflakes 2.4
Attached to Project:
Community Packages
Opened by Bruno Pagani (ArchangeGabriel) - Tuesday, 19 October 2021, 11:29 GMT
Last edited by Jelle van der Waa (jelly) - Wednesday, 20 October 2021, 07:35 GMT
Opened by Bruno Pagani (ArchangeGabriel) - Tuesday, 19 October 2021, 11:29 GMT
Last edited by Jelle van der Waa (jelly) - Wednesday, 20 October 2021, 07:35 GMT
|
Details
When trying to import/run flake8:
Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 568, in _build_master ws.require(__requires__) File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 886, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 777, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (pyflakes 2.3.1 (/usr/lib/python3.9/site-packages), Requirement.parse('pyflakes<2.5.0,>=2.4.0'), {'flake8'}) |
This task depends upon
Closed by Jelle van der Waa (jelly)
Wednesday, 20 October 2021, 07:35 GMT
Reason for closing: Fixed
Additional comments about closing: python-pyflakes-2.4.0-1-any.pkg.tar.zst
Wednesday, 20 October 2021, 07:35 GMT
Reason for closing: Fixed
Additional comments about closing: python-pyflakes-2.4.0-1-any.pkg.tar.zst
Comment by
Bruno Pagani (ArchangeGabriel) -
Tuesday, 19 October 2021, 11:30 GMT
This is a follow-up of
https://bugs.archlinux.org/task/70689.