##// 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:

r22963:2961b531
r26071:11dc92bc
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])