From 8769a864d4c32c3e84238c7b3b69ac61e3d43ad5 Mon Sep 17 00:00:00 2001 From: Gavin John <> Date: Fri, 12 Apr 2024 16:33:49 -0500 Subject: [PATCH] python3Packages.nptyping: Fix test bug --- pkgs/development/python-modules/nptyping/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/nptyping/default.nix b/pkgs/development/python-modules/nptyping/default.nix index 883eb00384d91..eeb12a570fbd0 100644 --- a/pkgs/development/python-modules/nptyping/default.nix +++ b/pkgs/development/python-modules/nptyping/default.nix @@ -51,6 +51,8 @@ buildPythonPackage rec { "tests/test_typeguard.py" # tries to build wheel of package, broken/unnecessary under Nix: "tests/test_wheel.py" + # beartype fails a type check + "tests/test_beartype.py" ]; pythonImportsCheck = [