Skip to content

Commit d84fb4a

Browse files
committed
In 'pip show' tests, shifted output lines to insert 'Requires recursive:' line.
1 parent 24a2dda commit d84fb4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/functional/test_show.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def test_show_with_files_not_found(script, data):
3333
assert lines[2] == 'Version: 0.0.0', lines[2]
3434
assert lines[3].startswith('Location: '), lines[3]
3535
assert lines[4] == 'Requires: ', lines[4]
36-
assert lines[4] == 'Requires recursive: ', lines[5]
37-
assert lines[5] == 'Files:', lines[5]
38-
assert lines[6] == 'Cannot locate installed-files.txt', lines[6]
36+
assert lines[5] == 'Requires recursive: ', lines[5]
37+
assert lines[6] == 'Files:', lines[6]
38+
assert lines[7] == 'Cannot locate installed-files.txt', lines[7]
3939

4040

4141
def test_show_with_files_from_wheel(script, data):

0 commit comments

Comments
 (0)