From a8aa1453eac8b8e12a2eadba55bbd955a3981be2 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Mon, 28 Apr 2025 17:16:24 -0400 Subject: [PATCH] python312Packages.anywidget: unbreak tests --- pkgs/development/python-modules/anywidget/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/anywidget/default.nix b/pkgs/development/python-modules/anywidget/default.nix index e7ba3ad2bf24..a41edf056e92 100644 --- a/pkgs/development/python-modules/anywidget/default.nix +++ b/pkgs/development/python-modules/anywidget/default.nix @@ -3,12 +3,15 @@ buildPythonPackage, fetchPypi, pytestCheckHook, + writableTmpDirAsHomeHook, pythonOlder, hatch-jupyter-builder, hatchling, importlib-metadata, + ipykernel, ipywidgets, psygnal, + pydantic, typing-extensions, watchfiles, }: @@ -46,7 +49,10 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook + ipykernel + pydantic watchfiles + writableTmpDirAsHomeHook ]; disabledTests = [