Conversation
066b251 to
c53aa67
Compare
|
I wanted to add tests with |
|
I assume this is WIP. |
|
It's not 😊 it works. Just wanted to add tests for coverage, but we need to release xeus first |
56a2bf3 to
da8d9a0
Compare
|
Not quite sure if it is necessary here, but we used a small hack in Slicer to ensure that jedi shell-out is running in the same python as the parent (see davidhalter/jedi#1142 and davidhalter/jedi#1187). |
|
Thanks @ihnorton! I guess that's why tests are not passing :P Let's try that |
|
Arf... Apparently, it doesn't fix my issue. I'm seeing a very weird error in the CI that I can't reproduce locally, while having exactly the same version of Python (3.6), the same version of jedi and pytest. I'll activate CI for different versions of Python. |
b4a48b3 to
231d775
Compare
|
In the end I was able to reproduce this behavior locally, using a clean environment. But then, after installing |
|
Also the completion doesn't work using |
|
It's clear what the issue is. When monkey patching The monkey patching should be done without importing |
89ecd68 to
c8e7160
Compare
9e27693 to
50face9
Compare
Fixes #13