diff --git a/pkgs/applications/finance/odoo/default.nix b/pkgs/applications/finance/odoo/default.nix index 9e1c9955c08..3ef10523482 100644 --- a/pkgs/applications/finance/odoo/default.nix +++ b/pkgs/applications/finance/odoo/default.nix @@ -4,6 +4,7 @@ , python3 , nodePackages , wkhtmltopdf +, nixosTests }: let @@ -141,6 +142,9 @@ in python.pkgs.buildPythonApplication rec { passthru = { updateScript = ./update.sh; + tests = { + inherit (nixosTests) odoo; + }; }; meta = with lib; {