Loading pkgs/development/python-modules/blivet/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,10 @@ buildPythonPackage rec { stratisd ]; pythonImportsCheck = [ "blivet" ]; pythonImportsCheck = [ "blivet" "blivet.devicelibs.lvm" ]; # Even unit tests require a system D-Bus. # TODO: Write a NixOS VM test? Loading Loading
pkgs/development/python-modules/blivet/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,10 @@ buildPythonPackage rec { stratisd ]; pythonImportsCheck = [ "blivet" ]; pythonImportsCheck = [ "blivet" "blivet.devicelibs.lvm" ]; # Even unit tests require a system D-Bus. # TODO: Write a NixOS VM test? Loading