pythonPackages.guestfs: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-10 08:06:55 +01:00
parent 32c1d619ec
commit cb9b3f1129
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,6 +11,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ libguestfs qemu ];
# no tests
doCheck = false;
pythonImportsCheck = [ "guestfs" ];
meta = with lib; {
homepage = "https://libguestfs.org/guestfs-python.3.html";
description = "Use libguestfs from Python";