From 2df0e289e8d891b037b83b9f299ed5c19a83aa0e Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:20:02 -0700 Subject: [PATCH] Reverted changes in environment settings --- python/.vscode/settings.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/python/.vscode/settings.json b/python/.vscode/settings.json index 841014e7b4..181b926ac0 100644 --- a/python/.vscode/settings.json +++ b/python/.vscode/settings.json @@ -35,12 +35,5 @@ "name": "azure", "depth": 2 } - ], - "python.testing.pytestEnabled": true, - "python.testing.unittestEnabled": false, - "python.testing.pytestArgs": [ - "packages" - ], - "python.testing.cwd": "${workspaceFolder}", - "python.testing.autoTestDiscoverOnSaveEnabled": true + ] }