python3Packages.gst-python: reenable tests

This commit is contained in:
Maxine Aubrey
2024-04-22 21:11:27 +02:00
parent b11de316f0
commit c7444c4b54
@@ -51,9 +51,7 @@ buildPythonPackage rec {
"-Dpython=${python.pythonOnBuildForHost.interpreter}"
];
# Reenable pending upstream fix in pygobject
# https://gitlab.gnome.org/GNOME/pygobject/-/issues/624
doCheck = false;
doCheck = true;
# TODO: Meson setup hook does not like buildPythonPackage
# https://github.com/NixOS/nixpkgs/issues/47390