From 0b3a8621f4bc7189b2d8e3bf58e83fe53966a1ec Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Feb 12 2018 21:46:44 +0000 Subject: remove unused patch from git --- diff --git a/shiboken-1.2.4-disable-failing-arm-test.patch b/shiboken-1.2.4-disable-failing-arm-test.patch deleted file mode 100644 index a9bc64a..0000000 --- a/shiboken-1.2.4-disable-failing-arm-test.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/tests/otherbinding/collector_external_operator_test.py b/tests/otherbinding/collector_external_operator_test.py -index 3e05700..014ab67 100644 ---- a/tests/otherbinding/collector_external_operator_test.py -+++ b/tests/otherbinding/collector_external_operator_test.py -@@ -41,7 +41,7 @@ class CollectorOtherObjectType(unittest.TestCase): - collector << obj - self.assertEqual(collector.items()[0], obj.identifier()) - -- def testOtherReversal(self): -+ def _testOtherReversal(self): - '''Collector << OtherObjectType # libother << operator''' - collector = Collector() - obj = OtherObjectType()