mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
waagent: add passthru.tests
This commit is contained in:
parent
0d7c515332
commit
2e1477ddc8
1 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
python3,
|
||||
bash,
|
||||
gitUpdater,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -64,8 +65,13 @@ python.pkgs.buildPythonApplication rec {
|
|||
|
||||
dontWrapPythonPrograms = false;
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (nixosTests) waagent;
|
||||
};
|
||||
updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue