python3Packages.kaleido: add itself as a dependency on its test

This commit is contained in:
Gavin John
2025-10-24 13:59:35 -07:00
committed by GitHub
parent 0c62874947
commit 4599ccf46c
@@ -11,5 +11,6 @@ runCommand "${kaleido.pname}-tests" {
python
plotly
pandas
kaleido
];
} "python3 ${./tests.py}"