mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Re-add mock since I forgot it was actively being used
This commit is contained in:
parent
d7ee1f9152
commit
e761600ca5
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
pep8
|
||||
pyflakes
|
||||
mccabe
|
||||
mock
|
||||
nose
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -52,6 +52,6 @@ setup(
|
|||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Topic :: Software Development :: Quality Assurance",
|
||||
],
|
||||
tests_require=['nose'],
|
||||
tests_require=['nose', 'mock'],
|
||||
test_suite='nose.collector',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue