Unverified Commit 5e1d0788 authored by MithicSpirit's avatar MithicSpirit
Browse files

autotrash: reintroduce checking with pytest

Reverts regression from 4469fd60.
parent a4aced8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ python3Packages.buildPythonPackage rec {
  postInstall = "installManPage doc/autotrash.1";

  pythonImportsCheck = [ "autotrash" ];
  nativeCheckInputs = [ python3Packages.pytestCheckHook ];

  meta = {
    description = "Tool to automatically purge old trashed files";