From 686dae7c5081b7160c5a36f442ffba63663bc4e1 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Thu, 19 Nov 2015 16:27:00 +0100 Subject: matplotlib: disable a flaky test --- pkgs/development/python-modules/matplotlib/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/matplotlib') diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index b6789a851cb5..70c498ffa785 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -35,6 +35,8 @@ buildPythonPackage rec { sed -i 's/test_use_url/fails/' lib/matplotlib/tests/test_style.py # Failing test: ERROR: test suite for sed -i 's/TestTinyPages/fails/' lib/matplotlib/sphinxext/tests/test_tinypages.py + # Transient errors + sed -i 's/test_invisible_Line_rendering/noop/' lib/matplotlib/tests/test_lines.py ''; -- cgit 1.4.1