forked from mirrors/nixpkgs
python310Packages.plotnine: Add missing test dependencies
This commit is contained in:
parent
533140b7bf
commit
86631b4428
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue