Cannot debug pytest if jupyterlab is installed #16093
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
Environment data
python.languageServer
setting: ms-python.vscode-pylance v2021.4.3When I have a fresh conda environment installed with python 3.9.4 and install the following requirements
I can discover, run and debug my code from VS Code.
Expected behaviour
Once I install jupyter and jupyterlab with conda, I should still able to discover, run and debug pytests.
Actual behaviour
I can only discover and run the tests from VS Code after I install jupyterlab. In the output tab I get
and in the debug console tab I get
Steps to reproduce:
Clone my repo https://github.com/danieltuzes/studies, cd into randuti_dev, install the requirements, install this modul with
pip install -e .
, and you will see that you can debug the tests.The text was updated successfully, but these errors were encountered: