aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 1540bdc6..7ed0cd37 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -386,7 +386,7 @@ class TestSetupRequires(unittest.TestCase):
'VersionConflict')
lines = stdout.splitlines()
- self.assertGreater(len(lines), 0)
+ self.assertTrue(len(lines) > 0)
self.assert_(lines[-1].strip(), 'test_pkg')
try: