tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
matplotlib: disable a flaky test
Domen Kožar
10 years ago
686dae7c
9bf99a5a
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
matplotlib
default.nix
+2
pkgs/development/python-modules/matplotlib/default.nix
···
35
35
sed -i 's/test_use_url/fails/' lib/matplotlib/tests/test_style.py
36
36
# Failing test: ERROR: test suite for <class 'matplotlib.sphinxext.tests.test_tinypages.TestTinyPages'>
37
37
sed -i 's/TestTinyPages/fails/' lib/matplotlib/sphinxext/tests/test_tinypages.py
38
38
+
# Transient errors
39
39
+
sed -i 's/test_invisible_Line_rendering/noop/' lib/matplotlib/tests/test_lines.py
38
40
'';
39
41
40
42