summaryrefslogtreecommitdiff
path: root/dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch')
-rw-r--r--dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch b/dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch
deleted file mode 100644
index 00928d30d64f..000000000000
--- a/dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4772#note_3291563
-
-Description: disable tests that are broken since pygobject 3.54
- Since pygobject 3.54, the tests are broken. With 1.28.0 on the horizon,
- the choice is to disable the broken tests to get the version release
- synchronised again.
-Author: Marc Leeman <marc.leeman@gmail.com>
-Forwarded: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4772
-Last-Update: 2026-01-16
-
-Index: gst-python1.0/testsuite/test_gst_init.py
-===================================================================
---- gst-python1.0.orig/testsuite/test_gst_init.py
-+++ gst-python1.0/testsuite/test_gst_init.py
-@@ -30,6 +30,7 @@ overrides_hack
-
-
- class TestNotInitialized(TestCase):
-+ @unittest.skip("Broken since pygobject 3.54")
- def testNotInitialized(self):
- if sys.version_info >= (3, 0):
- assert_type = Gst.NotInitialized
-@@ -45,6 +46,7 @@ class TestNotInitialized(TestCase):
- with self.assertRaises(assert_type):
- Gst.ElementFactory.make("identity", None)
-
-+ @unittest.skip("Broken since pygobject 3.54")
- def testNotDeinitialized(self):
- Gst.init(None)
-