summaryrefslogtreecommitdiff
path: root/extra
AgeCommit message (Collapse)Author
2020-08-06Replace some usages of py.path.localRan Benita
2020-05-12pre-commit: upgrade flake8 3.7.7 -> 3.8.1Ran Benita
New errors: testing/test_setupplan.py:104:15: E741 ambiguous variable name 'l' testing/test_setupplan.py:107:15: E741 ambiguous variable name 'l' extra/get_issues.py:48:29: E741 ambiguous variable name 'l' testing/test_error_diffs.py:270:32: E741 ambiguous variable name 'l' Not so sure about it but easier to just fix. But more importantly, is a large amount of typing-related issues there were fixed which necessitated noqa's which can now be removed.
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-11-22Fix formatting of print() callsAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-05-23sort out flake8 issues and unicode name usageRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2018-05-23fix line endingsRonny Pfannschmidt
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2016-03-28Adapt get_issues.py script for GitHub (instead of Bitbucket)Omar Kohl
2015-02-27another update for get_issues.py to account for repository moveBenjamin Peterson
--HG-- branch : update-issues
2015-02-27change links to go to the new pytest-dev bitbucket team's repo locationholger krekel
--HG-- branch : docs_community
2014-10-30add a py.test placeholder setup that errors out when trying to get installedholger krekel
(this is registered at pypi.python.org already)
2013-11-20fix issue221 - handle importing of namespace-package with noholger krekel
__init__.py properly. (This is a commit after the fix -- the original issue steps for failure cannot be reproduced anymore).
2013-11-19fix issues linkholger krekel
2013-11-18a script to read bitbucket pytest issuesholger krekel