aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/deprecated/python/ruamel.ordereddict/patches/01-fix-tests.patch
blob: 8ff3aacceb2cca8410bec101196a2ca681c32c60 (plain) (blame)
1
2
3
4
5
6
7
8
--- contrib/deprecated/python/ruamel.ordereddict/tests/test_ordereddict.py	(index)
+++ contrib/deprecated/python/ruamel.ordereddict/tests/test_ordereddict.py	(working tree)
@@ -686 +686 @@ class TestInsertDelete(TestBase):
-    def test_multiple_inserts_then_deletes(self):
+    def _test_multiple_inserts_then_deletes(self):
@@ -699 +699 @@ class TestInsertDelete(TestBase):
-    def test_repeated_add_delete(self):
+    def _test_repeated_add_delete(self):