##// END OF EJS Templates
skip test if ipykernel not there....
skip test if ipykernel not there. This is in particular useful for publishing on conda-forge when bumping Python version, as ipykernel and ipython have circular dependencies when running the full test suite.

File last commit:

r25705:ad14ee33
r26071:11dc92bc
Show More
mypy.ini
4 lines | 82 B | text/x-ini | IniLexer
[mypy]
python_version = 3.6
ignore_missing_imports = True
follow_imports = silent