summaryrefslogtreecommitdiff
path: root/dev-python/pygobject/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pygobject/files')
-rw-r--r--dev-python/pygobject/files/Skip-test-detecting-cycle-among-base-classes-typeerr.patch21
-rw-r--r--dev-python/pygobject/files/Skip-test-using-dbus-in-sandbox.patch21
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/pygobject/files/Skip-test-detecting-cycle-among-base-classes-typeerr.patch b/dev-python/pygobject/files/Skip-test-detecting-cycle-among-base-classes-typeerr.patch
deleted file mode 100644
index cbadef48300d..000000000000
--- a/dev-python/pygobject/files/Skip-test-detecting-cycle-among-base-classes-typeerr.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 26aa63716d32f90bd67250df4a1234237d18bbad Mon Sep 17 00:00:00 2001
-From: Lukas Schmelting <lschmelting@posteo.com>
-Date: Tue, 27 May 2025 23:47:39 +0200
-Subject: [PATCH 2/2] Skip test detecting cycle among base classes typeerror
-
-Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
----
- tests/test_gi.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/test_gi.py b/tests/test_gi.py
-index 9ab4882..8aeb609 100644
---- a/tests/test_gi.py
-+++ b/tests/test_gi.py
-@@ -2860,2 +2860,3 @@ class TestMRO(unittest.TestCase):
-
-+ @pytest.mark.skip(reason="TypeError: Cycle among base classes")
- def test_interface_collision(self):
---
-2.49.0
-
diff --git a/dev-python/pygobject/files/Skip-test-using-dbus-in-sandbox.patch b/dev-python/pygobject/files/Skip-test-using-dbus-in-sandbox.patch
deleted file mode 100644
index 405b3f6a9acb..000000000000
--- a/dev-python/pygobject/files/Skip-test-using-dbus-in-sandbox.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 5f57664aca65b5bd433b0a016da92bb74ca378d1 Mon Sep 17 00:00:00 2001
-From: Lukas Schmelting <lschmelting@posteo.com>
-Date: Tue, 27 May 2025 23:46:51 +0200
-Subject: [PATCH 1/2] Skip test using dbus in sandbox
-
-Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
----
- tests/test_gdbus.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/test_gdbus.py b/tests/test_gdbus.py
-index 8fe3952..d5e9d79 100644
---- a/tests/test_gdbus.py
-+++ b/tests/test_gdbus.py
-@@ -138,2 +138,3 @@ class TestGDBusClient(unittest.TestCase):
-
-+ @pytest.mark.skip(reason="Use of dbus in sandbox")
- def test_python_calls_sync(self):
---
-2.49.0
-