From c91e4fc12b3acfc33e1009a5278cb401c066aa0e Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Tue, 13 Jan 2026 01:10:48 +0100 Subject: [PATCH] python313Packages.aafigure: enable tests --- pkgs/development/python-modules/aafigure/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aafigure/default.nix b/pkgs/development/python-modules/aafigure/default.nix index 5a371d091085..4eb1c961834b 100644 --- a/pkgs/development/python-modules/aafigure/default.nix +++ b/pkgs/development/python-modules/aafigure/default.nix @@ -21,8 +21,7 @@ buildPythonPackage (finalAttrs: { propagatedBuildInputs = [ pillow ]; - # error: invalid command 'test' - doCheck = false; + nativeCheckInputs = [ pytestCheckHook ]; # Fix impurity. TODO: Do the font lookup using fontconfig instead of this # manual method. Until that is fixed, we get this whenever we run aafigure: