diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/pygobject/files | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pygobject/files')
| -rw-r--r-- | dev-python/pygobject/files/Skip-test-detecting-cycle-among-base-classes-typeerr.patch | 21 | ||||
| -rw-r--r-- | dev-python/pygobject/files/Skip-test-using-dbus-in-sandbox.patch | 21 |
2 files changed, 42 insertions, 0 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 new file mode 100644 index 000000000000..cbadef48300d --- /dev/null +++ b/dev-python/pygobject/files/Skip-test-detecting-cycle-among-base-classes-typeerr.patch @@ -0,0 +1,21 @@ +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 new file mode 100644 index 000000000000..405b3f6a9acb --- /dev/null +++ b/dev-python/pygobject/files/Skip-test-using-dbus-in-sandbox.patch @@ -0,0 +1,21 @@ +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 + |
