|
@@ -62,7 +62,7 @@ tests_require = ['fastimport']
|
|
|
|
|
|
if '__pypy__' not in sys.modules and not sys.platform == 'win32':
|
|
|
tests_require.extend([
|
|
|
- 'gevent', 'geventhttpclient', 'mock', 'setuptools>=17.1'])
|
|
|
+ 'gevent', 'geventhttpclient', 'setuptools>=17.1'])
|
|
|
|
|
|
|
|
|
ext_modules = [
|