summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormrtheb <mrlabbe@gmail.com>2014-01-18 09:27:08 -0500
committermrtheb <mrlabbe@gmail.com>2014-01-18 09:27:08 -0500
commit6189bd46951580f1c0e280d289ab90dfc7d70b37 (patch)
treec63fdc0027da19fe994e9e98124f2a784c13e847 /setup.py
parent6db14de1673dac9164f8774efdcf01abc2e1a7fb (diff)
downloadkafka-python-6189bd46951580f1c0e280d289ab90dfc7d70b37.tar.gz
added mock
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0869fee..fe951e7 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-import os.path
import sys
from setuptools import setup, Command
@@ -23,7 +22,7 @@ setup(
version="0.9.0",
install_requires=["distribute"],
- tests_require=["tox"],
+ tests_require=["tox", "mock"],
cmdclass={"test": Tox},
packages=["kafka"],