##// END OF EJS Templates
nose2pytest migration batch 1...
nose2pytest migration batch 1 Most of the changes done by sed -i s/nt.assert/assert/ -> use nose2pytest script from `nose2pytest` module from https://github.com/schollii/nose2pytest/ At the end some manual changes (mostly about proper pytest module import). Signed-off-by: Tomasz Kłoczko <kloczek@github.com>

File last commit:

r21892:abd03140
r26749:8ab56c7c
Show More
kernel.py
13 lines | 297 B | text/x-python | PythonLexer
"""[DEPRECATED] Utilities for connecting to kernels
Moved to IPython.kernel.connect
"""
import warnings
warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0,"
" and will be removed in IPython 6.0.",
DeprecationWarning
)
from ipykernel.connect import *