Please use pytest-pycodestyle instead of pytest-pep8
See original GitHub issuepep8
has been renamed to pycodestyle
, along with their pytest-
counterparts.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Replace pytest-pep8 plugin by pytest-flake8? #889 - GitHub
Use pycodestyle instead. PEP8 was updated and renamed pycodestyle to be more descriptive (see https://pypi.org/project/pycodestyle/) ...
Read more >python 3.x - pep8 compliance testing is failing - Stack Overflow
Tried pep8 searchV.py instead of Instead of py.test --pep8 searchV.py and it worked. But pep8 has been renamed to pycodestyle (GitHub issue ...
Read more >pytest-pycodestyle - PyPI
This is a quick fork of https://bitbucket.org/pytest-dev/pytest-pep8 to make it use the newest version of pep8, which is now named pycodestyle.
Read more >[buildstream] 02/03: Use pycodestyle instead pep8-Apache Mail ...
This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/pycodestyle_pycodestyle in repository ...
Read more >Introduction — pycodestyle 2.10.0 documentation
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. Features; Disclaimer; Installation; Example usage...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
What I think I will do is use
pycodestyle
directly instead of usingpytest-pycodestyle
. This will get rid of the oldpep8
module while using something that works for the versionsnatsort
supports.Ok, this is totally fine.
Thanks!