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

Fix flake8 tests #622

Merged
merged 1 commit into from Oct 13, 2021
Merged

Fix flake8 tests #622

merged 1 commit into from Oct 13, 2021

Conversation

felipediel
Copy link
Collaborator

Context

Flake8 tests started giving false positives recently. We are getting the same error for all PRs:

flake8: error: unrecognized arguments: --inline-quotes double

The flake8-quotes dependency is not being installed correctly before testing, hence the error. This module requires the wheel installed first.

Proposed change

Install the wheel, remove wemake-python-styleguide dependency and install flake8-quotes explicitly in the Flake8 tests.

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

1 participant