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