Disable pytest integration for bus

Disable pytest integration until upstream bugs are resolved
This commit is contained in:
bhack 2020-05-28 12:41:00 +02:00 коммит произвёл GitHub
Родитель 32104ffb22
Коммит 6dff6e1ca2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,11 @@
"settings": {
"terminal.integrated.shell.linux": null,
"python.formatting.provider": "black",
"python.testing.pytestEnabled": true,
// Before you uncomment python.testing.* check if these bugs are resolved
// https://github.com/microsoft/vscode-python/issues/8678
// https://github.com/microsoft/vscode-python/issues/9553
// "python.testing.pytestEnabled": true,
// "python.testing.cwd": "${workspaceFolder}/tensorflow_addons",
"C_Cpp.clang_format_style": "{BasedOnStyle: Google}",
"C_Cpp.default.includePath": [
"${workspaceFolder}/**",