diff --git a/pkgs/development/python-modules/typecode/default.nix b/pkgs/development/python-modules/typecode/default.nix index 751f5b715a04..148fb1566f01 100644 --- a/pkgs/development/python-modules/typecode/default.nix +++ b/pkgs/development/python-modules/typecode/default.nix @@ -61,6 +61,11 @@ buildPythonPackage rec { # fails due to change in file (libmagic) 5.45 "test_doc_postscript_eps" "test_package_debian" + + # fails due to change in file (libmagic) 5.46 + "test_media_image_img" + "test_compiled_elf_so" + "test_compiled_elf_so_2" ]; pythonImportsCheck = [ "typecode" ];