Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade flake8 from 4.0.1 to 3.9.2 #1567

Merged
merged 1 commit into from Apr 2, 2022
Merged

Downgrade flake8 from 4.0.1 to 3.9.2 #1567

merged 1 commit into from Apr 2, 2022

Conversation

Kludex
Copy link
Sponsor Member

@Kludex Kludex commented Apr 2, 2022

Flake8 is preventing all the other packages to upgrade, due to:

The conflict is caused by:
    flake8 4.0.1 depends on importlib-metadata<4.3; python_version < "3.8"
    pytest 7.0.1 depends on importlib-metadata>=0.12; python_version < "3.8"
    mkdocs 1.3.0 depends on importlib-metadata>=4.3

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
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

I suggest to downgrade it, and give preference to the other packages.

@Kludex Kludex requested a review from aminalaee April 2, 2022 07:10
@Kludex
Copy link
Sponsor Member Author

Kludex commented Apr 2, 2022

Thanks @aminalaee !

@Kludex Kludex merged commit c5b0556 into master Apr 2, 2022
@Kludex Kludex deleted the Kludex-patch-1 branch April 2, 2022 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants