From 32e7739cc7fd808b4140e03c9cd2580892d8dfc9 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Sat, 9 May 2015 09:11:13 +0200 Subject: [PATCH] fix(tests): remove print statement --- tests/test_pipreqs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_pipreqs.py b/tests/test_pipreqs.py index 7dc0773..d9139f5 100755 --- a/tests/test_pipreqs.py +++ b/tests/test_pipreqs.py @@ -42,7 +42,6 @@ class TestPipreqs(unittest.TestCase): imports = pipreqs.get_all_imports(self.project) with_info = pipreqs.get_imports_info(imports) # Should contain only 5 Elements without the "nonexistendmodule" - print (with_info) self.assertEqual( len(with_info), 5, "Length of imports array with info is wrong") for item in with_info: