pythonPackages.easywatch: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 22:38:08 +01:00
parent c79e83a33c
commit 7127a00e5a
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -17,6 +17,7 @@ buildPythonPackage rec {
# There are no tests
doCheck = false;
pythonImportsCheck = [ "easywatch" ];
meta = with lib; {
description = "Dead-simple way to watch a directory";