Package Details: python-pytest-pep8 1.0.6-7

Git Clone URL: https://aur.archlinux.org/python-pytest-pep8.git (read-only, click to copy)
Package Base: python-pytest-pep8
Description: pytest plugin to check PEP8 requirements
Upstream URL: https://pypi.org/project/pytest-pep8
Keywords: plugin pytest
Licenses: MIT
Submitter: rafaelff
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 4
Popularity: 0.000000
First Submitted: 2018-08-22 18:24 (UTC)
Last Updated: 2021-12-14 19:19 (UTC)

Latest Comments

carlosal1015 commented on 2021-08-13 01:47 (UTC)

Thank you @rafaelff.

rafaelff commented on 2021-08-12 22:26 (UTC)

I'm disowning this package since I don't use it anymore. Feel free to fix the dependency.

carlosal1015 commented on 2021-08-12 15:41 (UTC)

Hi @rafaelff, the upstream url is down and I have the following error:

$ yay -S python-pytest-pep8
 -> Could not find all required packages:
        python-pytest-cache (Wanted by: python-pytest-pep8)
        python2-pycodestyle (Wanted by: python-pytest-pep8)
        python2-pytest-cache (Wanted by: python-pytest-pep8)

djmoch commented on 2018-11-05 00:00 (UTC)

So I'm trying to use this as a checkdepends for python-django-csp, and for some reason pytest doesn't recognize the plugin as being installed. I suspect that's because the executable name has changed from pep8 to pycodestyle. Have you seen anything like this?