Disable pytest enabled in vscode default settings (#45317)

This commit is contained in:
Paulus Schoutsen 2021-01-19 10:25:02 +01:00 committed by GitHub
parent c929fbeea3
commit f1646f4ecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}