Unverified Commit 85951e24 authored by isabel's avatar isabel
Browse files

python312Packages.typecode: fix build against file 5.46

parent 2b4960c7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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" ];