biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git] / pkgs / development / python-modules / kaleido / tests.nix
blobe09f4947a563e5d0953c933238fb9c9197f20585
2   runCommand,
3   python,
4   plotly,
5   pandas,
6   kaleido,
7 }:
9 runCommand "${kaleido.pname}-tests" {
10   nativeBuildInputs = [
11     python
12     plotly
13     pandas
14   ];
15 } "python3 ${./tests.py}"