Skip to content

Commit 209e571

Browse files
authored
Merge pull request #7171 from Pachwenko/update-global-install-test
update global install option test
2 parents d9e27f0 + f84d9c8 commit 209e571

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

news/2578.trivial

Whitespace-only changes.

tests/functional/test_install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ def test_install_global_option(script):
635635
'install', '--global-option=--version', "INITools==0.1",
636636
expect_stderr=True)
637637
assert 'INITools==0.1\n' in result.stdout
638+
assert not result.files_created
638639

639640

640641
def test_install_with_hacked_egg_info(script, data):

0 commit comments

Comments
 (0)