From bccc28a1cc50306a5c5d520420bf2880cbca47bd Mon Sep 17 00:00:00 2001 From: Gyubong Lee Date: Wed, 21 Feb 2024 02:34:53 +0000 Subject: [PATCH] temp test --- pants.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pants.toml b/pants.toml index 9c83ae0b456..2702eb50619 100644 --- a/pants.toml +++ b/pants.toml @@ -27,6 +27,7 @@ pants_ignore = [ "/tools/pants-plugins", ] build_file_prelude_globs = ["tools/build-macros.py"] +process_execution_local_parallelism = 1 [anonymous-telemetry] enabled = false @@ -42,7 +43,7 @@ root_patterns = [ [test] extra_env_vars = ["BACKEND_BUILD_ROOT=%(buildroot)s", "HOME"] -attempts_default = 3 +attempts_default = 1 [python] enable_resolves = true @@ -99,7 +100,7 @@ install_from_resolve = "ruff" [pytest] install_from_resolve = "pytest" -args = ["-v", "--suppress-no-test-exit-code"] +args = ["-vv", "--suppress-no-test-exit-code"] execution_slot_var = "BACKEND_TEST_EXEC_SLOT" [coverage-py]