py-jupyter-server-terminals: disable import tests (#41862)

This commit is contained in:
Adam J. Stewart 2023-12-26 22:33:12 +01:00 committed by GitHub
parent 88bdee05d0
commit 60feb60c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]