spyder-ide / spyder-kernels

Jupyter Kernels for the Spyder console
MIT License
39 stars 40 forks source link

PR: Prevent an error in Python 2 with our tests #384

Closed ccordoba12 closed 2 years ago

ccordoba12 commented 2 years ago

Our tests in Python 2 started to fail when trying to run kernel.terminate(), so we now skip it in that version.