Unverified Commit 33cb7d53 authored by Patka's avatar Patka
Browse files

python311Packages.testbook: fix build

parent 08872ec3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, ipykernel
, pandas
, pytestCheckHook
, setuptools
, traitlets
}:

@@ -29,6 +30,10 @@ buildPythonPackage rec {
    nbformat
  ];

  nativeBuildInputs = [
    setuptools
  ];

  nativeCheckInputs = [
    ipykernel
    pandas