tandoor-recipes: add 'passthru.tests'
This commit is contained in:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user