1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

calibre: exclude test test_websocket_basic (#341843)

This commit is contained in:
Robert Scott 2024-09-14 17:31:18 +01:00 committed by GitHub
commit f198704d09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'"}
)