Merge pull request #283714 from imincik/sip-test-depending-packages

python3Packages.sip: add qgis and qgis-ltr to passthru.tests
This commit is contained in:
Ivan Mincik
2024-01-25 19:24:03 +01:00
committed by GitHub
@@ -9,7 +9,11 @@
, ply
, toml
, tomli
# tests
, poppler-qt5
, qgis
, qgis-ltr
}:
buildPythonPackage rec {
@@ -38,7 +42,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sipbuild" ];
passthru.tests = {
inherit poppler-qt5;
# test depending packages
inherit poppler-qt5 qgis qgis-ltr;
};
meta = with lib; {