Disable pytest enabled in vscode default settings (#45317)
This commit is contained in:
2
.vscode/settings.default.json
vendored
2
.vscode/settings.default.json
vendored
@@ -5,5 +5,5 @@
|
|||||||
// https://github.com/microsoft/vscode-python/issues/14067
|
// https://github.com/microsoft/vscode-python/issues/14067
|
||||||
"python.testing.pytestArgs": ["--no-cov"],
|
"python.testing.pytestArgs": ["--no-cov"],
|
||||||
// https://code.visualstudio.com/docs/python/testing#_pytest-configuration-settings
|
// https://code.visualstudio.com/docs/python/testing#_pytest-configuration-settings
|
||||||
"python.testing.pytestEnabled": true
|
"python.testing.pytestEnabled": false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user