Update tests for eagerly populated links

上级 b43c71cb
......@@ -600,7 +600,7 @@ def test_install_global_option(script):
result = script.pip(
'install', '--global-option=--version', "INITools==0.1",
expect_stderr=True)
assert '0.1\n' in result.stdout
assert 'INITools==0.1\n' in result.stdout
def test_install_with_hacked_egg_info(script, data):
......
......@@ -162,7 +162,7 @@ def test_respect_order_in_requirements_file(script, data):
)
downloaded = [line for line in result.stdout.split('\n')
if 'Collecting' in line]
if 'Processing' in line]
assert 'parent' in downloaded[0], (
'First download should be "parent" but was "%s"' % downloaded[0]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册