summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexts/pip_find_deps_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exts/pip_find_deps_tests.py b/exts/pip_find_deps_tests.py
index 8302c33..4ff5cf7 100755
--- a/exts/pip_find_deps_tests.py
+++ b/exts/pip_find_deps_tests.py
@@ -91,7 +91,7 @@ class ConflictDetectionTests(unittest.TestCase):
self.run_conflict_test(requirements, [expected_conflict])
# ('!=', '0.1') conflicts with ('==', '0.1')
- #self.run_conflict_test(reverse(requirements), reverse(expected_conflicts))
+ self.run_conflict_test(reverse(requirements), [reverse(expected_conflict)])
if __name__ == '__main__':