py-jupyter-server-terminals: disable import tests (#41862)
This commit is contained in:
parent
88bdee05d0
commit
60feb60c0a
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ class PyJupyterServerTerminals(PythonPackage):
|
|||
# for windows depends_on pywinpty@2.0.3:
|
||||
# py-pywinpty is not in spack and requires the build system maturin
|
||||
depends_on("py-terminado@0.8.3:", type=("build", "run"))
|
||||
|
||||
# to prevent: ModuleNotFoundError: Jupyter Server must be installed to use this extension.
|
||||
# there should be a dependency on `py-jupyter-server` but this would create
|
||||
# a cyclic dependency
|
||||
skip_modules = ["jupyter_server_terminals"]
|
||||
|
|
Loading…
Reference in a new issue