question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please use pytest-pycodestyle instead of pytest-pep8

See original GitHub issue

pep8 has been renamed to pycodestyle, along with their pytest- counterparts.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
SethMMortoncommented, Sep 9, 2018

What I think I will do is use pycodestyle directly instead of using pytest-pycodestyle. This will get rid of the old pep8 module while using something that works for the versions natsort supports.

0reactions
yurivictcommented, Sep 9, 2018

Ok, this is totally fine.

Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found