tandoor-recipes: add 'passthru.tests'

This commit is contained in:
Bruno BELANYI 2022-09-17 18:07:18 +02:00
parent 91ba8464f4
commit 83f5c2d5ec

View File

@ -1,4 +1,5 @@
{ callPackage
, nixosTests
, python3
}:
let
@ -124,6 +125,10 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
inherit frontend python;
updateScript = ./update.sh;
tests = {
inherit (nixosTests) tandoor-recipes;
};
};
meta = common.meta // {