mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 03:26:52 +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']
|
||||
if mock is None:
|
||||
tests_require += ['mock']
|
||||
tests_require.append('mock')
|
||||
|
||||
|
||||
requires = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue