mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Be consistent in setup.py
This commit is contained in:
parent
8914ccd582
commit
aa6766861e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ except ImportError:
|
||||||
|
|
||||||
tests_require = ['pytest']
|
tests_require = ['pytest']
|
||||||
if mock is None:
|
if mock is None:
|
||||||
tests_require += ['mock']
|
tests_require.append('mock')
|
||||||
|
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue