brash-glass-61350
10/28/2023, 11:42 PMbroad-processor-92400
10/29/2023, 2:16 AM~/.cache/pants/named_caches
by default), so itās surprising if they're ending up literally in ~
.
Whatās your pants configuration? In pants.toml
and if you set any env vars too?
In addition, which wheels are you referring to? What commands are you running?brash-glass-61350
10/29/2023, 12:33 PMpants run/test/package
, nothing else. No env vars. My toml is:
[GLOBAL]
pants_version = "2.17.0"
backend_packages = [
"pants.backend.build_files.fmt.black",
"pants.backend.python",
"pants.backend.python.lint.black",
"pants.backend.python.lint.isort",
"pants.backend.python.lint.docformatter",
pants_ignore = [
".*/",
"/dist/",
.....
]
[python]
interpreter_constraints = ["==3.10.10"]
[python-infer]
use_rust_parser = true
[python-repos]
find_links = [
"<https://url>...",
]
broad-processor-92400
10/29/2023, 7:34 PMbrash-glass-61350
10/30/2023, 9:52 AMbroad-processor-92400
10/30/2023, 10:02 AM.whl
files to $HOME
. Not that I have ever observed, anyway: it all ends up in hidden directories by default. (The only way I can think of this happening in pantsā code is if one overrides the defaults to weird values, and you donāt seem to⦠and even then, the symptom you describe would be unexpected)
To create a minimal example, Iād suggest first narrowing down which target exactly is producing this behaviour (eg get to pants test path/to/file.py
, instead of pants test ::
if you havenāt already), and then deleting code until the behaviour goes awaybroad-processor-92400
10/30/2023, 10:05 AMbrash-glass-61350
10/30/2023, 10:37 AMbrash-glass-61350
11/03/2023, 12:41 PM