Files
nixpkgs/pkgs/development/python-modules/gst-python
Rebecca Turner db781ef3e1 python3Packages.gst-python: disable tests on darwin
Closes #454955

These tests are very flaky on Darwin for whatever reason. Sometimes they
just mysteriously time out.

When setting `doCheck = !stdenv.hostPlatform.isDarwin`, I discovered
that the `checkInputs` entry `gst-rtsp-server` is in fact needed to
build the project, so this incorporates #451261 to fix that issue.
2025-10-30 10:10:38 -07:00
..