-
-
Notifications
You must be signed in to change notification settings - Fork 696
Expand file tree
/
Copy pathpants.ci.toml
More file actions
30 lines (24 loc) · 841 Bytes
/
pants.ci.toml
File metadata and controls
30 lines (24 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[GLOBAL]
colors = true
#plugins.add = ["shoalsoft-pants-opentelemetry-plugin==0.5.0"]
#backend_packages.add = ["shoalsoft.pants_opentelemetry_plugin"]
[test]
report = true
attempts_default = 3
use_coverage = true
[pytest]
args = ["--no-header", "--noskip", "-vv"]
[coverage-py]
report = ["raw", "xml"]
[subprocess-environment]
env_vars.add = [
# Works around bad `-arch arm64` flag embedded in Xcode 12.x Python interpreters on intel
# machines. See: https://github.com/giampaolo/psutil/issues/1832
"ARCHFLAGS",
]
#[shoalsoft-opentelemetry]
#finish_timeout = 10.0
#exporter_endpoint = "https://api.honeycomb.io"
#trace_link_template = "https://ui.honeycomb.io/pants-build/environments/ci/trace?trace_id={trace_id}&span={root_span_id}"
#[shoalsoft-opentelemetry.exporter_headers]
#"x-honeycomb-team" = "%(env.HONEYCOMB_API_KEY)s"