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

Replace pytest-pep8 #19

Closed
1313e opened this issue Jul 30, 2020 · 1 comment
Closed

Replace pytest-pep8 #19

1313e opened this issue Jul 30, 2020 · 1 comment
Assignees
Labels
bug Something is not working as intended help wanted Extra attention is needed

Comments

@1313e
Copy link
Owner

1313e commented Jul 30, 2020

Starting in pytest v6.0.0, pytest-pep8 is no longer supported as it uses a plugin structure that pytest has deprecated (this is why tests are currently failing).
Given that the pytest-pep8 plugin has not been updated for over 5 years now, it is doubtful that it will be updated for this.

I will either have to remove PEP8-compliancy testing (which I would like to avoid) or replace the plugin with one that does the same thing (I however do not know of one that does that as well).
I could also fix the problem myself by migrating the package from BitBucket to GitHub, and fixing the problem.

Anyone has any ideas for alternative pytest plugins or methods that perform PEP8 testing?

@1313e 1313e added bug Something is not working as intended help wanted Extra attention is needed labels Jul 30, 2020
@1313e 1313e self-assigned this Jul 30, 2020
@graingert
Copy link

graingert commented Jul 31, 2020

@1313e pytest-flake8, although it's recommended to run flake8 in tox/pre-commit rather than pytest

@1313e 1313e closed this as completed in 86e1130 Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as intended help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants