提交 0e8230bb 编写于 作者: C Carl Meyer

fix uninstall-from-outside-editable test; some hg versions can't clone into...

fix uninstall-from-outside-editable test; some hg versions can't clone into existing dir. Thanks Dave Abrahams.
上级 9d3ad30c
......@@ -92,7 +92,7 @@ def test_uninstall_editable_with_source_outside_venv():
Test uninstalling editable install from existing source outside the venv.
"""
tmpdir = mkdtemp()
tmpdir = join(mkdtemp(), 'virtualenv')
reset_env()
env = get_env()
result = env.run('hg', 'clone', 'http://bitbucket.org/ianb/virtualenv/', tmpdir)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册