Revert "run up to 4 tests in parallel when testing with vscode"

This reverts commit 7114d1e61f.
This commit is contained in:
Andreas Zweili 2020-02-29 23:16:57 +01:00
parent 524f83cea6
commit 70d4d5176f
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"--ds=network_inventory.settings.local",
"-n 4"
"--ds=network_inventory.settings.local"
]
}