python3.pkgs.gobject-stubs: Disable the check phase

This commit is contained in:
hacker1024 2023-08-18 09:00:20 +10:00
parent 3c500a0cc8
commit 8b84d90d84

View File

@ -26,6 +26,8 @@ buildPythonPackage rec {
setuptools
];
# This package does not include any tests.
doCheck = false;
meta = with lib; {
description = "PEP 561 Typing Stubs for PyGObject";