python3Packages.extractcode: disable failing tests
This commit is contained in:
parent
8fb6673700
commit
261fc8bc41
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
"test_uncompress_lz4_basic"
|
||||
"test_extract_tarlz4_basic"
|
||||
# tries to parse /boot/vmlinuz-*, which is not available in the nix sandbox
|
||||
"test_can_extract_qcow2_vm_image_as_tarball"
|
||||
"test_can_extract_qcow2_vm_image_not_as_tarball"
|
||||
"test_can_listfs_from_qcow2_image"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue