python3Packages.altair: propagate jinja2 as buildInput

also add an pythonImportsCheck
This commit is contained in:
Justin Humm 2021-03-11 19:16:10 +01:00 committed by erictapen
parent 772f77f8ce
commit 6976cad5c7

View file

@ -33,18 +33,20 @@ buildPythonPackage rec {
pandas
six
toolz
jinja2
] ++ lib.optionals (pythonOlder "3.5") [ typing ];
checkInputs = [
glibcLocales
ipython
jinja2
pytest
recommonmark
sphinx
vega_datasets
];
pythonImportsCheck = [ "altair" ];
checkPhase = ''
export LANG=en_US.UTF-8
# histogram_responsive.py attempt network access, and cannot be disabled through pytest flags