File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33flake8
44autopep8
55bandit
6- black ; python_version>='3.6 '
6+ black ; python_version > '2.7 '
77yapf
88pylint
99pycodestyle
10- prospector==1.2.0 # Last version of prospector with Python 2.7 support
1110pydocstyle
11+ prospector ; python_version > '2.7'
1212nose
13- pytest < 6.0.0 ; python_version > '2.7' # Tests do not support pytest 6 yet .
13+ pytest<6 ; python_version > '2.7' # Tests currently fail against pytest 6.
1414rope
1515flask
1616django
1717isort
18- # Python 2.7 compatibility (pytest)
19- pytest==4.6.9; python_version == '2.7'
20- pathlib2>=2.2.0; python_version == '2.7'
21- py==1.8.1; python_version == '2.7'
18+
19+ # Python 2.7 support.
20+ pytest==4.6.9 ; python_version == '2.7'
21+ py==1.8.1 ; python_version == '2.7' # via pytest 4
22+ pathlib2>=2.2.0 ; python_version == '2.7' # via pytest 4
23+ prospector==1.2.0 ; python_version == '2.7'
You can’t perform that action at this time.
0 commit comments