Skip to content

Commit

Permalink
temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Feb 21, 2024
1 parent 992a163 commit bccc28a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pants.toml
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit bccc28a

Please sign in to comment.