PY-86002 Disable "python.typing.strict.unions" and revert the tests updated for PY-24834 in 253

(cherry picked from commit 3df7847e2f94e8368e15e331f16a2254154e63fa)

IJ-MR-184619

GitOrigin-RevId: 213aedec5242143c1456450c214deb6f6e0fd60e
This commit is contained in:
Mikhail Golubev
2025-12-03 20:58:50 +00:00
committed by intellij-monorepo-bot
parent cd1307bcc5
commit fd524cbe67
30 changed files with 61 additions and 303 deletions
@@ -683,7 +683,7 @@
<registryKey key="python.activate.virtualenv.on.run" defaultValue="true"
description="Whether enabled activates virtualenv before script execution and passes environment to the process"/>
<registryKey key="python.typing.strict.unions" defaultValue="true" description="Enable strict union types semantics"/>
<registryKey key="python.typing.strict.unions" defaultValue="false" description="Enable strict union types semantics"/>
<!-- uv -->
<configurationType implementation="com.jetbrains.python.sdk.uv.run.UvRunConfigurationType"/>