jupyterhub / repo2docker

Turn repositories into Jupyter-enabled Docker images
https://repo2docker.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.63k stars 362 forks source link

update postBuild tests without ipyleaflet #1348

Closed manics closed 6 months ago

manics commented 6 months ago

tests/venv/binder-dir/binder and tests/venv/start/postBuild are currently failing with ipyleaflet 0.19:

KeyError: 'The Python module ipyleaflet is not a valid nbextension, it is missing the `_jupyter_nbextension_paths()` method.'
manics commented 6 months ago

I've created an issue for the remaining failing test (Julia) https://github.com/jupyterhub/repo2docker/issues/1349