File tree Expand file tree Collapse file tree 4 files changed +1
-2
lines changed
tests/doc/flaky_tests/pyvista-examples-downloads-download_kitchen-ba213fe2db1b71ad_00_00 Expand file tree Collapse file tree 4 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ docs = [
117
117
' enum-tools==0.13.0' ,
118
118
' imageio-ffmpeg==0.6.0' ,
119
119
' imageio==2.37.0' ,
120
- ' joblib==1.5.1 ' ,
120
+ ' joblib==1.5.2 ' ,
121
121
' jupyter_sphinx==0.5.3' ,
122
122
' jupyterlab==4.4.5' ,
123
123
' lxml==6.0.0' ,
Original file line number Diff line number Diff line change @@ -7209,7 +7209,6 @@ def fun(plotter):
7209
7209
if pyvista .BUILDING_GALLERY :
7210
7210
# always save screenshots for sphinx_gallery
7211
7211
self .last_image = self .screenshot (screenshot , return_img = True )
7212
- self .last_image_depth = self .get_image_depth ()
7213
7212
with suppress (ImportError ):
7214
7213
self .last_vtksz = self .export_vtksz (filename = None )
7215
7214
You can’t perform that action at this time.
0 commit comments