odoo: expose tests

This commit is contained in:
Maciej Krüger 2022-05-15 08:51:07 +02:00
parent ae72a2d3dd
commit 87889d8030
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -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; {