python3.pkgs.gobject-stubs: Disable the check phase
This commit is contained in:
parent
3c500a0cc8
commit
8b84d90d84
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue