summary refs log tree commit diff
path: root/pkgs/development/python-modules/blivet
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-22 05:50:33 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-22 08:22:58 +0200
commitcff26e2d384bb43022eaced9ca0682b4f671b1ab (patch)
tree526c154f15fe7882f9be07681e1df5bf07f61e62 /pkgs/development/python-modules/blivet
parent16371fce91709932df51d276aaac4f90dc004df2 (diff)
downloadnixpkgs-cff26e2d384bb43022eaced9ca0682b4f671b1ab.tar
nixpkgs-cff26e2d384bb43022eaced9ca0682b4f671b1ab.tar.gz
nixpkgs-cff26e2d384bb43022eaced9ca0682b4f671b1ab.tar.bz2
nixpkgs-cff26e2d384bb43022eaced9ca0682b4f671b1ab.tar.lz
nixpkgs-cff26e2d384bb43022eaced9ca0682b4f671b1ab.tar.xz
nixpkgs-cff26e2d384bb43022eaced9ca0682b4f671b1ab.tar.zst
nixpkgs-cff26e2d384bb43022eaced9ca0682b4f671b1ab.zip
nixos: Add VM test for blivet.
I'm really not sure whether these tests are actually run upstream,
because there are quite a few oddities which either are my fault by just
missing something important or upstream really doesn't bother to run
those tests.

One example of this are testDiskChunk1 and testDiskChunk2, which create
two non-existing partitions and tries to allocate them. Now, in
allocatePartitions(), the partedPartition attributes are reset to None
and shortly afterwards a for loop is expecting it to be NOT None.

So, for now I'm disabling these tests and will see if we stumble on them
during work on nixpart 1.0, so we're really sure whether it's my fault
or a real bug in blivet.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/development/python-modules/blivet')
-rw-r--r--pkgs/development/python-modules/blivet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/blivet/default.nix b/pkgs/development/python-modules/blivet/default.nix
index 9942c092d75..f84c836c056 100644
--- a/pkgs/development/python-modules/blivet/default.nix
+++ b/pkgs/development/python-modules/blivet/default.nix
@@ -36,7 +36,7 @@ in buildPythonPackage rec {
     six
   ];
 
-  # Tests in <nixos/tests/blivet.nix> coming soon.
+  # Tests are in <nixos/tests/blivet.nix>.
   doCheck = false;
 
   meta = {