summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-07 12:30:47 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-07 12:30:47 +0000
commit00aaa762278b1c0db324c9a938a4fb15b5e2a30e (patch)
tree6c882a5891ebc027ac3af4be3764ed911131b4c0
parent177f643bf6e8f57bf27b47ce89c08ac486221b4e (diff)
downloadimport-00aaa762278b1c0db324c9a938a4fb15b5e2a30e.tar.gz
remove whitespace
-rwxr-xr-xexts/pip_find_deps_tests.py2
1 files changed, 0 insertions, 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(