Skip to content

Commit

Permalink
python3Packages.altair: propagate jinja2 as buildInput
Browse files Browse the repository at this point in the history
also add an pythonImportsCheck
  • Loading branch information
erictapen committed Mar 20, 2021
1 parent 772f77f commit 6976cad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/altair/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 6976cad

Please sign in to comment.