From f84d9c810b5c1520b6102fe7f93b182c449fc1f0 Mon Sep 17 00:00:00 2001 From: Pachwenko <32424503+Pachwenko@users.noreply.github.com> Date: Wed, 9 Oct 2019 23:28:40 -0500 Subject: [PATCH] update global install option test --- news/2578.trivial | 0 tests/functional/test_install.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 news/2578.trivial diff --git a/news/2578.trivial b/news/2578.trivial new file mode 100644 index 000000000..e69de29bb diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 2e980d540..f07dcd4ef 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -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):