gstreamer/subprojects/gst-python/testsuite
Edward Hervey 7c68ef354b gst-python: Fix override loading in python >= 3.12
The `imp` module got removed in python 3.12 and the `importlib` module should be
used instead.

This is also a good excuse to switch to the new finder module from PEP 451 :
https://www.python.org/dev/peps/pep-0451/

This only requires implement the `find_spec()` method in our custom loaders

Co-authored-by: Stefan <107316-stefan6419846@users.noreply.gitlab.freedesktop.org>
Co-authored-by: Jordan Petrids <jordan@centricular.com>
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5633>
2024-02-02 13:30:38 +01:00
..
old Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
python Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
__init__.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
common.py gst: Fix license headers and add SPDX 2021-11-15 22:12:09 -03:00
gstpython.supp Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
meson.build meson: Add explicit check: kwarg to all run_command() calls 2022-01-09 18:12:47 +05:30
overrides_hack.py gst-python: Fix override loading in python >= 3.12 2024-02-02 13:30:38 +01:00
python.supp python: Add a suppression file for a leak in PyGObject 2022-03-29 19:16:58 +02:00
runtests.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
test_gst.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
test_plugin.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00
test_types.py Move files from gst-python into the "subprojects/gst-python//" subdir 2021-09-24 16:16:05 -03:00