From be64c201ecfdbde0f230c9da289493bccf384962 Mon Sep 17 00:00:00 2001 From: eljamm Date: Fri, 5 Jun 2026 12:43:39 +0200 Subject: [PATCH] python3Packages.typecode: fix tests --- pkgs/development/python-modules/typecode/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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" ];