Merge pull request #78467 from marsam/fix-build-python-altair

python3Packages.altair: fix build
This commit is contained in:
Mario Rodas 2020-01-25 14:36:50 -05:00 committed by GitHub
commit 8cd9059f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,8 @@ buildPythonPackage rec {
checkPhase = '' checkPhase = ''
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
# histogram_responsive.py attempt network access, and cannot be disabled through pytest flags
rm altair/examples/histogram_responsive.py
pytest --doctest-modules altair pytest --doctest-modules altair
''; '';