From 7f72180ea41ad96e5327ba584c54e353b2a2af76 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 10 Nov 2014 16:58:16 +0000 Subject: renable case of test_bounds_two_version --- exts/pip_find_deps_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/pip_find_deps_tests.py b/exts/pip_find_deps_tests.py index 50ee574..b513ec0 100755 --- a/exts/pip_find_deps_tests.py +++ b/exts/pip_find_deps_tests.py @@ -109,7 +109,7 @@ class ConflictDetectionTests(unittest.TestCase): self.run_conflict_test(requirements, [expected_conflict]) # ('>', '0.2') conflicts with ('<', '0.1') - #self.run_conflict_test(reverse(requirements), [reverse(expected_conflict)]) + self.run_conflict_test(reverse(requirements), [reverse(expected_conflict)]) def test_eqs_bounds_two_versions(self): requirements = list(parse_requirements(['a <= 0.1', 'a >= 0.2'])) -- cgit v1.2.1