summaryrefslogtreecommitdiff
path: root/tests/functional/test_install_upgrade.py
diff options
context:
space:
mode:
authorXavier Fernandez <xav.fernandez@gmail.com>2016-05-19 21:43:41 +0200
committerXavier Fernandez <xav.fernandez@gmail.com>2016-05-19 21:43:41 +0200
commit1ca4e5e1e71b8d5c64db01ca7177c1ef73590148 (patch)
tree29e06ff8f13abf67cdad6b70c767ba1bdef4a906 /tests/functional/test_install_upgrade.py
parent5685e0149ac575965105182f7e0e2f5f53392936 (diff)
parentcd576e66d5bd8813a11f16e11bd2dd00c20f61c7 (diff)
downloadpip-develop.tar.gz
Merge pull request #3686 from xavfernandez/list_formatdevelop
Add --format option to pip list
Diffstat (limited to 'tests/functional/test_install_upgrade.py')
-rw-r--r--tests/functional/test_install_upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_install_upgrade.py b/tests/functional/test_install_upgrade.py
index 3a6ba58a1..8762bcac6 100644
--- a/tests/functional/test_install_upgrade.py
+++ b/tests/functional/test_install_upgrade.py
@@ -361,7 +361,7 @@ class TestUpgradeDistributeToSetuptools(object):
"Found existing installation: distribute 0.6.34" in result.stdout
)
result = self.script.run(
- self.ve_bin / 'pip', 'list',
+ self.ve_bin / 'pip', 'list', '--format=legacy',
expect_stderr=True if sys.version_info[:2] == (2, 6) else False,
)
assert "setuptools (0.9.8)" in result.stdout