pythonPackages.inotify-simple: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-07-27 10:35:42 +02:00
parent 6a125ca9fb
commit b804cd913a

View file

@ -13,6 +13,8 @@ buildPythonPackage rec {
# The package has no tests
doCheck = false;
pythonImportsCheck = [ "inotify_simple" ];
meta = with lib; {
description = "A simple Python wrapper around inotify";
homepage = "https://github.com/chrisjbillington/inotify_simple";