Unverified Commit 5773138e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

blivet: 3.12.1 -> 3.13.1 (#492981)

parents 138eeb08 a8dd4443
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  pygobject3,
  libblockdev,
  bytesize,
  dasbus,
  pyudev,
  dbus-python,
  util-linux,
@@ -61,6 +62,7 @@ buildPythonPackage rec {
    pygobject3
    libblockdevPython
    bytesize
    dasbus
    pyudev
    dbus-python
    util-linux
@@ -84,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?