diff options
Diffstat (limited to 'dev-python/pylint/files/pylint-0.10.0-extra-todo.patch')
-rw-r--r-- | dev-python/pylint/files/pylint-0.10.0-extra-todo.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/pylint/files/pylint-0.10.0-extra-todo.patch b/dev-python/pylint/files/pylint-0.10.0-extra-todo.patch deleted file mode 100644 index cc24c854717c..000000000000 --- a/dev-python/pylint/files/pylint-0.10.0-extra-todo.patch +++ /dev/null @@ -1,13 +0,0 @@ -=== modified file 'test/func_test.py' ---- test/func_test.py -+++ test/func_test.py -@@ -109,7 +109,7 @@ - todo.remove(msg_id) - todo.sort() - if PY23: -- self.assertEqual(todo, ['E0503', 'F0002', 'F0202', 'F0321', 'I0001']) -+ self.assertEqual(todo, ['C0321', 'C0322', 'C0323', 'C0324', 'E0503', 'F0002', 'F0202', 'F0321', 'I0001']) - else: - self.assertEqual(todo, ['F0002', 'F0202', 'F0321', 'I0001']) - - |