From 70d4d5176f6ff826bf273c58482172347c9c4252 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 29 Feb 2020 23:16:57 +0100 Subject: [PATCH] Revert "run up to 4 tests in parallel when testing with vscode" This reverts commit 7114d1e61f841b07cc9958ca27e92e18041ea112. --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5fdacb4..deba5d2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,6 @@ "python.linting.enabled": true, "python.testing.pytestArgs": [ ".", - "--ds=network_inventory.settings.local", - "-n 4" + "--ds=network_inventory.settings.local" ] }