pythonPackages.guestfs: Disable tests
This commit is contained in:
parent
32c1d619ec
commit
cb9b3f1129
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [ libguestfs qemu ];
|
propagatedBuildInputs = [ libguestfs qemu ];
|
||||||
|
|
||||||
|
# no tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "guestfs" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://libguestfs.org/guestfs-python.3.html";
|
homepage = "https://libguestfs.org/guestfs-python.3.html";
|
||||||
description = "Use libguestfs from Python";
|
description = "Use libguestfs from Python";
|
||||||
|
|
Loading…
Reference in a new issue