Search Criteria
Package Details: python-pytest-pep8 1.0.6-7
Package Actions
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) |
Dependencies (3)
- python-pep8AUR
- python-pytest-cacheAUR
- python-setuptools (make)
Required by (1)
- python-pytest-flakes (check)
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:
djmoch commented on 2018-11-05 00:00 (UTC)
So I'm trying to use this as a
checkdepends
forpython-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 frompep8
topycodestyle
. Have you seen anything like this?