We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185d4d8 commit dfb2191Copy full SHA for dfb2191
lib/iris/tests/experimental/test_animate.py
@@ -51,6 +51,7 @@ def setUp(self):
51
cube.add_dim_coord(coord, 2)
52
self.cube = cube
53
54
+ @tests.skip("currently-failing graphics test")
55
def test_cube_animation(self):
56
# This follows :meth:`~matplotlib.animation.FuncAnimation.save`
57
# to ensure that each frame corresponds to known accepted frames for
requirements/core.txt
@@ -6,7 +6,7 @@
6
cartopy>=0.12
7
#conda: proj4<6
8
cf-units>=2
9
-cftime
+cftime<1.1
10
dask[array]>=2 #conda: dask>=2
11
matplotlib<=3.1
12
netcdf4
requirements/test.txt
@@ -3,7 +3,7 @@
3
4
black==19.10b0 #conda: black=19.10b0
5
filelock
-imagehash>=4.0
+imagehash<=4.1
nose
pre-commit
requests
0 commit comments