python311Packages.sip: add poppler-qt5 to passthru.tests

It breaks on sip 6.8.0 with

    NameError: name 'SocstringSignature' is not defined. Did you mean: 'DocstringSignature'?
This commit is contained in:
Robert Schütz
2024-01-23 16:43:16 -08:00
parent fdc7841729
commit 6f441b4f15
@@ -9,6 +9,7 @@
, ply
, toml
, tomli
, poppler-qt5
}:
buildPythonPackage rec {
@@ -36,6 +37,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sipbuild" ];
passthru.tests = {
inherit poppler-qt5;
};
meta = with lib; {
description = "Creates C++ bindings for Python modules";
homepage = "https://riverbankcomputing.com/";