Skip to content

compat: Bokeh upper pin policy (#776) #1038

compat: Bokeh upper pin policy (#776)

compat: Bokeh upper pin policy (#776) #1038

Triggered via push December 16, 2024 10:33
Status Failure
Total duration 8m 3s
Artifacts 1

test.yaml

on: push
Run pre-commit
12s
Run pre-commit
Setup workflow
3s
Setup workflow
Pixi lock
9s
Pixi lock
Matrix: core_test_suite
Matrix: unit_test_suite
Matrix: ui_test_suite
result:test
0s
result:test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 9 warnings
unit:test-310:windows-latest: examples\user_guide\Geometries.ipynb#L1
examples\user_guide\Geometries.ipynb::Cell 1 Notebook cell execution failed Cell 1: Cell execution caused an exception Input: (gf.ocean + gf.land + gf.ocean * gf.land * gf.coastline * gf.borders).cols(3) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\IPython\core\formatters.py:1036, in MimeBundleFormatter.__call__(self, obj, include, exclude) 1033 method = get_real_method(obj, self.print_method) 1035 if method is not None: -> 1036 return method(include=include, exclude=exclude) 1037 return None 1038 else: File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 elif isinstance(obj, (HoloMap, DynamicMap)): 260 with option_state(obj): File D:\
unit:test-310:windows-latest: examples\user_guide\Geometries.ipynb#L1
examples\user_guide\Geometries.ipynb::Cell 2 Notebook cell execution failed Cell 2: Cell execution caused an exception Input: graticules = cf.NaturalEarthFeature( category='physical', name='graticules_30', scale='110m') (gf.ocean() * gf.land() * gv.Feature(graticules, group='Lines') * gf.borders * gf.coastline).opts( opts.Feature('Lines', projection=ccrs.Robinson(), facecolor='none', edgecolor='gray')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\IPython\core\formatters.py:1036, in MimeBundleFormatter.__call__(self, obj, include, exclude) 1033 method = get_real_method(obj, self.print_method) 1035 if method is not None: -> 1036 return method(include=include, exclude=exclude) 1037 return None 1038 else: File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:255, in display(obj, raw_output, **kwargs) 253 elif isinstance(obj, (CompositeOverlay, ViewableElement)): 254 with option_state(obj): --> 255 output = element_display�[4
unit:test-310:windows-latest: examples\user_guide\Geometries.ipynb#L1
examples\user_guide\Geometries.ipynb::Cell 3 Notebook cell execution failed Cell 3: Cell execution caused an exception Input: gv.output(backend='bokeh') (gf.ocean * gf.land.options(scale='110m', global_extent=True) * gv.Feature(graticules, group='Lines') + gf.ocean * gf.land.options(scale='50m', global_extent=True) * gv.Feature(graticules, group='Lines')) Traceback: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\IPython\core\formatters.py:1036, in MimeBundleFormatter.__call__(self, obj, include, exclude) 1033 method = get_real_method(obj, self.print_method) 1035 if method is not None: -> 1036 return method(include=include, exclude=exclude) 1037 return None 1038 else: File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\dimension.py:1275, in Dimensioned._repr_mimebundle_(self, include, exclude) 1268 def _repr_mimebundle_(self, include=None, exclude=None): 1269 """ 1270 Resolves the class hierarchy for the class rendering the 1271 object using any display hooks registered on Store.display 1272 hooks. The output of all registered display_hooks is then 1273 combined and returned. 1274 """ -> 1275 return Store.render(self) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\core\options.py:1423, in Store.render(cls, obj) 1421 data, metadata = {}, {} 1422 for hook in hooks: -> 1423 ret = hook(obj) 1424 if ret is None: 1425 continue File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:287, in pprint_display(obj) 285 if not ip.display_formatter.formatters['text/plain'].pprint: 286 return None --> 287 return display(obj, raw_output=True) File D:\a\geoviews\geoviews\.pixi\envs\test-310\lib\site-packages\holoviews\ipython\display_hooks.py:258, in display(obj, raw_output, **kwargs) 256 elif isinstance(obj, (Layout, NdLayout, AdjointLayout)): 257 with option_state(obj): --> 258 output = layout_display(obj) 259 �[38;5;2
unit:test-310:windows-latest
Process completed with exit code 1.
result:test
Process completed with exit code 1.
Setup workflow
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Pixi lock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run pre-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
core:test-core:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ui:test-ui:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit:test-313:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit:test-312:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit:test-310:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
result:test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
pixi-lock
210 KB