From d97d8ced2f5f1361e689ef7be54be163c8b5656a Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 2 Apr 2015 15:20:56 -0700 Subject: [PATCH] use testpath.tempdir for utils.tempdir instead of adding tempdir to genutils --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7679e6ae..0b8bba74c 100755 --- a/setup.py +++ b/setup.py @@ -269,7 +269,7 @@ extras_require = dict( parallel = [pyzmq], qtconsole = [pyzmq, 'pygments'], doc = ['Sphinx>=1.1', 'numpydoc'], - test = ['nose>=0.10.1', 'requests'], + test = ['nose>=0.10.1', 'requests', 'testpath'], terminal = [], nbformat = ['jsonschema>=2.0'], notebook = ['tornado>=4.0', pyzmq, 'jinja2', 'pygments', 'mistune>=0.5'],