Skip to content

build: Check for the gi python module

Emmanuele Bassi requested to merge ebassi/find-gi into main

The introspection tests depend on the pygobject module, but we currently are not checking if it's available at configuration time, which means we can get build failures like:

ModuleNotFoundError: No module named 'gi'

when running the test suite.

Merge request reports