Skip to content

Commit

Permalink
octoprint: octoprint-filament-sensor-universal: disable tests
Browse files Browse the repository at this point in the history
There are no tests and trying to run them is causing some weird dependency
issue.
  • Loading branch information
lopsided98 committed Sep 16, 2023
1 parent 56ac9f5 commit 4ad540e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions machines/octoprint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ in {
hash = "sha256-KocqarKWX9WvZidmTqzTodX3hP3EcYpRWHrOW/2LB5I=";
};

# No tests
doCheck = false;

propagatedBuildInputs = [ pkgs.octoprint python.pkgs.libgpiod ];
};

Expand Down

0 comments on commit 4ad540e

Please sign in to comment.