jupyter / jupyter_kernel_test

A tool for testing Jupyter kernels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests require kernel to be installed globally

kmike opened this issue · comments

To run tests kernel specs must be installed. Now I'm calling install_kernel_spec from setUpClass; this is sub-optimal because it overwrites user's kernel specs. Is there a way to run tests without messing with globally installed users' kernels?

Duplicate of #3.