Unverified Commit df62a4c2 authored by dish's avatar dish Committed by GitHub
Browse files

autotrash: reintroduce checking with pytest (#436785)

parents 5ba79eae 5e1d0788
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";