Skip to content

Commit 6f441b4

Browse files
committed
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'?
1 parent fdc7841 commit 6f441b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/sip/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
, ply
1010
, toml
1111
, tomli
12+
, poppler-qt5
1213
}:
1314

1415
buildPythonPackage rec {
@@ -36,6 +37,10 @@ buildPythonPackage rec {
3637

3738
pythonImportsCheck = [ "sipbuild" ];
3839

40+
passthru.tests = {
41+
inherit poppler-qt5;
42+
};
43+
3944
meta = with lib; {
4045
description = "Creates C++ bindings for Python modules";
4146
homepage = "https://riverbankcomputing.com/";

0 commit comments

Comments
 (0)