Closed krassowski closed 1 year ago
This PR and scheduled checks are failing on Python 3.11 with: ImportError: Error importing plugin "pytest_jupyter.jupyter_server": No module named 'pytest_jupyter'
. I don't think pytest_jupyter is an explicit dependency in cookiecutter so I am a bit lost. @blink1073 is this something that needs to be fixed upstream in maintainer-tools or similar?
We need to explicitly use it by adding the dependency there
and switching the configuration there
The later command is the reason of the error because it ends up loading that configuration file requiring pytest_jupyter
:
https://github.com/jupyter-server/jupyter_server/blob/main/jupyter_server/pytest_plugin.py
@meeseeksdev please backport to 3.0
Gets rid of Node 12 deprecation warnings