Merge pull request #8235 from minrk/testpath

use testpath.tempdir for utils.tempdir
This commit is contained in:
Matthias Bussonnier 2015-04-02 16:09:27 -07:00
commit 6f5b7ff123

View File

@ -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'],