Merge pull request #8238 from ipython/revert-8235-testpath

Revert "use testpath.tempdir for utils.tempdir"
Thomas Kluyver 11 years ago
commit bb3fb86b36

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

Loading…
Cancel
Save