Skip to content

Commit

Permalink
revert mock to test
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Nov 2, 2017
1 parent a1c4007 commit a0fb706
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ def run(self):
'requests',
'redis',
'elasticsearch',
'influxdb',
'mock'
'influxdb'
],
'tests_require': ['nose'],
'tests_require': ['nose', 'mock'],
'test_suite': 'nose.collector',
'packages': find_packages(),
'include_package_data': True,
Expand Down

0 comments on commit a0fb706

Please sign in to comment.