-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Didn't find this reported specifically, hence filing a new bug.
Not sure if it's debugger problem or pydantic / pytest / possibly others.
Environment data
- debugpy version: 1.8.16 baked in ms-python.debugpy-2025.15.2025110302-linux-x64
- OS and version: Fedora 42 kernel 6.17.5-200.fc42.x86_64
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.14.0 (main, Oct 7 2025, 00:00:00) [GCC 15.2.1 20250808 (Red Hat 15.2.1-1)] on linux
- Using VS Code or Visual Studio:
VS Code
Version: 1.105.1
Commit: 7d842fb85a0275a4a8e4d7e040d2625abbf7f084
Date: 2025-10-14T22:33:36.618Z
Electron: 37.6.0
ElectronBuildId: 12502201
Chromium: 138.0.7204.251
Node.js: 22.19.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.17.5-200.fc42.x86_64
Actual behavior
Debugger raises "User Uncaught Exceptions" on every annotated pytest fixture and pydantic model on python 3.14 when they're imported (I guess it tries to inspect annotations in wrong way or these libraries are somehow mangling the new annotations).
On python 3.13 - it works fine (no exceptions).
Exception has occurred: NotImplementedError (note: full exception trace is shown but execution is paused at: __annotate__)
exception: no description
File "/home/pslama/wrkspaces/test/test_annotations.py", line 25, in __annotate__ (Current frame)
class AnnotatedTest(BaseModel):
File "/home/pslama/wrkspaces/test/test_annotations.py", line 25, in <module>
class AnnotatedTest(BaseModel):
NotImplementedError:
Expected behavior
No such exceptions.
Steps to reproduce:
- Create py3.14 venv with pydantic and pytest packages
- Configure pytest as test runner in VS Code test explorer
- Create test_anything.py file containing pydantic model and/or annotated pytest fixture and test function
- Check User Uncaught Exceptions in Run and Debug panel
- Run Debug Tests from test explorer
I made example repo: https://github.com/pavel-slama/py3.14-annotate-test
monk-time and Erikcruzk
Metadata
Metadata
Assignees
Labels
No labels