summaryrefslogtreecommitdiff
path: root/tests/functional/test_install_upgrade.py
diff options
context:
space:
mode:
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