Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytest discovery broken - no pip installer #22637

Closed
Josverl opened this issue Dec 12, 2023 · 2 comments
Closed

pytest discovery broken - no pip installer #22637

Josverl opened this issue Dec 12, 2023 · 2 comments
Assignees
Labels
area-testing triage-needed Needs assignment to the proper sub-team

Comments

@Josverl
Copy link

Josverl commented Dec 12, 2023

Type: Bug

Test discovery in existing project stopped working

Extension version: 2023.22.0
VS Code version: Code 1.85.0 (af28b32d7e553898b2a91af498b1fb666fdebe0c, 2023-12-06T20:48:09.019Z)
OS version: Windows_NT x64 10.0.22631
Modes:

System Info
Item Value
CPUs 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz (8 x 3302)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 31.84GB (6.73GB free)
Process Argv . --crash-reporter-id fc4aff2e-75bc-4485-b49b-a6ef380bc8c6
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vslsvsres303:30308271
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30445986
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
pythonvs932:30410667
py29gd2263:30899288
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
azure-dev_surveyone:30548225
2e4cg342:30602488
f6dab269:30613381
showlangstatbar:30737416
fixshowwlkth:30771522
showindicator:30805244
pythongtdpath:30769146
i26e3531:30792625
welcomedialog:30910333
pythonnosmt12:30797651
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
dsvsc013:30795093
dsvsc014:30804076
dsvsc015:30845448
pythontestfixt:30902429
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
pythontbext0:30879054
accentitlementst:30887150
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
aa_t_chat:30882232

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Dec 12, 2023
@Josverl Josverl changed the title no pip installer pytest discovery broken - no pip installer Dec 12, 2023
@Josverl
Copy link
Author

Josverl commented Dec 12, 2023

Using the preview version v2023.23.13391009 the Output.Python log shows :

2023-12-12 23:24:22.657 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2023.23.13391009/pythonFiles/printEnvVariables.py
2023-12-12 23:24:22.657 [info] shell: commandPrompt
2023-12-12 23:24:22.823 [info] > .\.venv -m pytest -p vscode_pytest --collect-only .
2023-12-12 23:24:22.823 [info] cwd: .
2023-12-12 23:24:29.440 [info] Discover tests for workspace name: micropython-stubber - uri: c:\develop\MyPython\micropython-stubber
2023-12-12 23:24:29.440 [info] Running discovery for pytest using the new test adapter.
2023-12-12 23:24:33.788 [info] Discover tests for workspace name: micropython-stubber - uri: c:\develop\MyPython\micropython-stubber
2023-12-12 23:24:33.788 [info] Running discovery for pytest using the new test adapter.
2023-12-12 23:24:37.293 [info] > ./.venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2023.23.13391009/pythonFiles/printEnvVariables.py
2023-12-12 23:24:37.294 [info] shell: commandPrompt
2023-12-12 23:24:37.426 [info] > .\.venv -c "import pytest"
2023-12-12 23:24:37.431 [info] > conda info --json
2023-12-12 23:24:38.351 [error] Error in worker c:\Users\josverl\.vscode\extensions\ms-python.python-2023.23.13391009\out\client\registryKeys.worker.js TypeError [Error]: Cannot read properties of null (reading 'map')
    at c:\Users\josverl\.vscode\extensions\ms-python.python-2023.23.13391009\out\client\registryKeys.worker.js:1:7884
    at ChildProcess.<anonymous> (c:\Users\josverl\.vscode\extensions\ms-python.python-2023.23.13391009\out\client\registryKeys.worker.js:1:3775)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1091:16)
    at ChildProcess._handle.onexit (node:internal/child_process:302:5)
2023-12-12 23:24:38.816 [info] > .\.venv -c "import pip"
2023-12-12 23:24:54.822 [info] Discover tests for workspace name: micropython-stubber - uri: c:\develop\MyPython\micropython-stubber
2023-12-12 23:24:54.822 [info] Running discovery for pytest using the new test adapter.

@eleanorjboyd eleanorjboyd self-assigned this Dec 13, 2023
@eleanorjboyd
Copy link
Member

Hi! This looks like a duplicate of this issue #22618, we have just released a fix to insiders and will release to stable later today. Thanks

@eleanorjboyd eleanorjboyd closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants