File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name : matplotlib
2- version : 0.7.3  
2+ version : 0.7.4  
33synopsis : Bindings to Matplotlib; a Python plotting library 
44description :
55 Matplotlib is probably the most full featured plotting library  out there.
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ main'' = do
116116 , toneDownTests " Unreliable across machines" $  tests " Golden tests" 
117117
118118tests name f =  testGroup name [basicTests f,
119-  toneDownTests " Can fail with old matplotlib" $  fragileTests f,
119+  toneDownTests " Can fail with old matplotlib or data " $  fragileTests f,
120120 ignoreTest $  failingTests f]
121121
122122toneDownTests reason tests =  wrapTest (liftM (\ x ->  x { resultOutcome =  Success 
@@ -191,7 +191,6 @@ basicTests f = testGroup "Basic tests"
191191 , f " quiver-fancy" 
192192 , f " polar" 
193193 , f " bivariateNormal" 
194-  , f " images" 
195194 , f " pcolorlog" 
196195 , f " pie" 
197196 , f " stacked" 
@@ -207,6 +206,8 @@ fragileTests f = testGroup "Fragile tests"
207206 , f " violinplot" 
208207 --  TODO Needs a fairly recent matplotlib; too old for circleci
209208 , f " griddata" 
209+  --  TODO Needs access to a data file
210+  , f " images" 
210211 ]
211212
212213failingTests f =  testGroup " Failing tests" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments