odoo: expose tests

main
Maciej Krüger 2 years ago
parent ae72a2d3dd
commit 87889d8030
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
  1. 4
      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; {

Loading…
Cancel
Save