Unverified Commit 86526d70 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

octoprint: test plugins with ofborg

parent d6e64781
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -243,9 +243,10 @@ let
              ];

              passthru = {
                python = self.python;
                inherit (self) python;
                updateScript = nix-update-script { };
                tests = {
                  plugins = (callPackage ./plugins.nix { }) super self;
                  inherit (nixosTests) octoprint;
                };
              };