Skip to content

Commit

Permalink
Merge pull request #283714 from imincik/sip-test-depending-packages
Browse files Browse the repository at this point in the history
python3Packages.sip: add qgis and qgis-ltr to passthru.tests
  • Loading branch information
imincik committed Jan 25, 2024
2 parents 8f16d06 + 71c6265 commit 3465f66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/development/python-modules/sip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
, ply
, toml
, tomli

# tests
, poppler-qt5
, qgis
, qgis-ltr
}:

buildPythonPackage rec {
Expand Down Expand Up @@ -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; {
Expand Down

0 comments on commit 3465f66

Please sign in to comment.