3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.plotnine: Add missing test dependencies

This commit is contained in:
Jonas Heinrich 2022-07-17 11:05:18 +02:00 committed by Yt
parent 533140b7bf
commit 86631b4428

View file

@ -8,6 +8,8 @@
, statsmodels
, pytestCheckHook
, geopandas
, scikit-misc
, adjusttext
, mizani }:
buildPythonPackage rec {
@ -34,8 +36,10 @@ buildPythonPackage rec {
];
checkInputs = [
adjusttext
geopandas
pytestCheckHook
scikit-misc
];
preCheck = ''