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:
parent
e857431647
commit
6b6f4947c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue