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

Merge pull request #7171 from Pachwenko/update-global-install-test

update global install option test
This commit is contained in:
Christopher Hunt 2019-10-10 17:37:53 -04:00 committed by GitHub
commit 209e571c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

0
news/2578.trivial Normal file
View file

View file

@ -635,6 +635,7 @@ def test_install_global_option(script):
'install', '--global-option=--version', "INITools==0.1",
expect_stderr=True)
assert 'INITools==0.1\n' in result.stdout
assert not result.files_created
def test_install_with_hacked_egg_info(script, data):