From d097edb4bbee4d3efc96481f473f38819e85f421 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 25 Jan 2020 04:20:00 -0500 Subject: [PATCH] python3Packages.altair: fix build --- pkgs/development/python-modules/altair/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/altair/default.nix b/pkgs/development/python-modules/altair/default.nix index 9cb362a7bd1..db3c2d27c8b 100644 --- a/pkgs/development/python-modules/altair/default.nix +++ b/pkgs/development/python-modules/altair/default.nix @@ -47,6 +47,8 @@ buildPythonPackage rec { checkPhase = '' 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 '';