From f1646f4ecc4e537bc74dbc22862ff9d15f1a815d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 19 Jan 2021 10:25:02 +0100 Subject: [PATCH] Disable pytest enabled in vscode default settings (#45317) --- .vscode/settings.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }