From 00aaa762278b1c0db324c9a938a4fb15b5e2a30e Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Fri, 7 Nov 2014 12:30:47 +0000 Subject: remove whitespace --- exts/pip_find_deps_tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/exts/pip_find_deps_tests.py b/exts/pip_find_deps_tests.py index 74e064e..955acc8 100755 --- a/exts/pip_find_deps_tests.py +++ b/exts/pip_find_deps_tests.py @@ -28,8 +28,6 @@ class ConflictDetectionTests(unittest.TestCase): reqs = ['a == 0.1', 'a == 0.2'] self.test_requirements = parse_requirements(reqs) - - def test_eqs_two_different_versions(self): # ('==', '0.1') conflicts with ('==', '0.2') deps = pip_find_deps.resolve_version_constraints( -- cgit v1.2.1