mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
calibre: exclude test test_websocket_basic
This commit is contained in:
parent
8b785089a8
commit
f1b50cda2d
|
@ -200,6 +200,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
$ETN 'test_zstd' # we don't include zstd support
|
||||
$ETN 'test_qt' # we don't include svg or webp support
|
||||
$ETN 'test_import_of_all_python_modules' # explores actual file paths, gets confused
|
||||
$ETN 'test_websocket_basic' # flakey
|
||||
${lib.optionalString (!unrarSupport) "$ETN 'test_unrar'"}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue