1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fixed mercurial freeze test.

This commit is contained in:
Carl Meyer 2011-04-15 20:39:56 -05:00
parent e857431647
commit 6b6f4947c3

View file

@ -117,7 +117,7 @@ def test_freeze_mercurial_clone():
local_repo('hg+http://bitbucket.org/jezdez/django-authority'),
'django-authority')
result = env.run('python', 'setup.py', 'develop',
cwd=env.scratch_path/'django-authority')
cwd=env.scratch_path/'django-authority', expect_stderr=True)
result = run_pip('freeze', expect_stderr=True)
expected = textwrap.dedent("""\
Script result: ...pip freeze