You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop redundant GTK/GDK pinning in filter rule test
PR gramps-project#950 pins GTK/GDK to 3.0 repo-wide via tests/__init__.py, so the
per-file gi.require_version() calls here were redundant. Keep only
the ImportError guard for hosts without PyGObject at all.
0 commit comments