repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git]
/
pkgs
/
development
/
python-modules
/
kaleido
/
tests.nix
blob
e09f4947a563e5d0953c933238fb9c9197f20585
1
{
2
runCommand,
3
python,
4
plotly,
5
pandas,
6
kaleido,
7
}:
8
9
runCommand "${kaleido.pname}-tests" {
10
nativeBuildInputs = [
11
python
12
plotly
13
pandas
14
];
15
} "python3 ${./tests.py}"