pythonPackages.fuse: add pythonImportsCheck

This commit is contained in:
Robert Schütz 2021-01-22 11:35:26 +01:00 committed by Jonathan Ringer
parent 1bafaad6e7
commit cefafeefbb

View File

@ -12,9 +12,11 @@ buildPythonPackage rec {
buildInputs = [ fuse ];
nativeBuildInputs = [ pkg-config ];
# no tests in the Pypi archive
# no tests implemented
doCheck = false;
pythonImportsCheck = [ "fuse" ];
meta = with lib; {
description = "Python bindings for FUSE";
homepage = "https://github.com/libfuse/python-fuse";