Merge pull request #287859 from patka-123/python311Packages-testbook

python311Packages.testbook: fix build
This commit is contained in:
Martin Weinelt
2024-02-10 21:45:53 +01:00
committed by GitHub
@@ -7,6 +7,7 @@
, ipykernel
, pandas
, pytestCheckHook
, setuptools
, traitlets
}:
@@ -29,6 +30,10 @@ buildPythonPackage rec {
nbformat
];
nativeBuildInputs = [
setuptools
];
nativeCheckInputs = [
ipykernel
pandas