Commit a8aa1453 authored by Ben Darwin's avatar Ben Darwin
Browse files

python312Packages.anywidget: unbreak tests

parent 1825c709
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = [