Unverified Commit a8dd4443 authored by Vladimir Panteleev's avatar Vladimir Panteleev
Browse files

blivet: add LVM module import check

Regression test for #492586.
parent 827f771c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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?