diff --git a/pkgs/development/python-modules/typecode/default.nix b/pkgs/development/python-modules/typecode/default.nix index 467e94ca1fa1..3b9c7ff21c8a 100644 --- a/pkgs/development/python-modules/typecode/default.nix +++ b/pkgs/development/python-modules/typecode/default.nix @@ -53,12 +53,8 @@ buildPythonPackage (finalAttrs: { # Many of the failures below are reported in: # https://github.com/aboutcode-org/typecode/issues/36 - # AssertionError: assert 'application/x-bytecode.python'... - "test_package_json" - # fails due to change in file (libmagic) 5.45 - "test_doc_postscript_eps" - "test_package_debian" + "test_media_image_img" ]; pythonImportsCheck = [ "typecode" ];