use testpath.tempdir for utils.tempdir

instead of adding tempdir to genutils
This commit is contained in:
Min RK 2015-04-02 15:20:56 -07:00
parent 720bcb3e88
commit d97d8ced2f

View File

@ -269,7 +269,7 @@ extras_require = dict(
parallel = [pyzmq], parallel = [pyzmq],
qtconsole = [pyzmq, 'pygments'], qtconsole = [pyzmq, 'pygments'],
doc = ['Sphinx>=1.1', 'numpydoc'], doc = ['Sphinx>=1.1', 'numpydoc'],
test = ['nose>=0.10.1', 'requests'], test = ['nose>=0.10.1', 'requests', 'testpath'],
terminal = [], terminal = [],
nbformat = ['jsonschema>=2.0'], nbformat = ['jsonschema>=2.0'],
notebook = ['tornado>=4.0', pyzmq, 'jinja2', 'pygments', 'mistune>=0.5'], notebook = ['tornado>=4.0', pyzmq, 'jinja2', 'pygments', 'mistune>=0.5'],