diff --git a/.vscode/settings.default.json b/.vscode/settings.default.json index 85cf4e8b83a..3765d1251b8 100644 --- a/.vscode/settings.default.json +++ b/.vscode/settings.default.json @@ -5,5 +5,5 @@ // https://github.com/microsoft/vscode-python/issues/14067 "python.testing.pytestArgs": ["--no-cov"], // https://code.visualstudio.com/docs/python/testing#_pytest-configuration-settings - "python.testing.pytestEnabled": true + "python.testing.pytestEnabled": false }