summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-ipython/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-ipython/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-ipython/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-ipython/package.py b/var/spack/repos/builtin/packages/py-ipython/package.py
index e889a1ff80..7843ba3559 100644
--- a/var/spack/repos/builtin/packages/py-ipython/package.py
+++ b/var/spack/repos/builtin/packages/py-ipython/package.py
@@ -10,7 +10,8 @@ class PyIpython(PythonPackage):
pypi = "ipython/ipython-7.18.1.tar.gz"
- # IPython.kernel is deprecated and fails to import
+ # 'IPython.kernel' is deprecated and fails to import, leave out of 'import_modules'
+ # to ensure that import tests pass.
import_modules = [
'IPython', 'IPython.core', 'IPython.core.tests', 'IPython.core.magics',
'IPython.sphinxext', 'IPython.terminal',