##// END OF EJS Templates
`IPython.utils._process_posix`: import `pexpect` only when needed (#14312)...
`IPython.utils._process_posix`: import `pexpect` only when needed (#14312) Delaying the import of `pexpect` to the first use. This is needed to make `import IPython` work on Pyodide; see https://github.com/pyodide/pyodide/pull/4452

File last commit:

r27232:e4474874 merge
r28604:4eab6081 merge
Show More
codecov.yml
26 lines | 558 B | text/x-yaml | YamlLexer
coverage:
status:
patch: off
project:
default: false
library:
target: auto
paths: ['!.*/tests/.*']
threshold: 0.1%
tests:
target: auto
paths: ['.*/tests/.*']
threshold: 0.1%
codecov:
require_ci_to_pass: false
ignore:
- IPython/kernel/*
- IPython/consoleapp.py
- IPython/core/inputsplitter.py
- IPython/lib/kernel.py
- IPython/utils/jsonutil.py
- IPython/utils/localinterfaces.py
- IPython/utils/log.py
- IPython/utils/signatures.py
- IPython/utils/traitlets.py