I'm unable to run `./pants check ::`, it keeps try...
# general
m
I'm unable to run
./pants check ::
, it keeps trying to resolve the constraints forever. I use a private pypi, and the env variable
PANTS_PYTHON_REPOS_INDEXES
. Besides that I don't do anything else. What am I missing?
👍 1
I can build the packages and lint just alright.
The tests command also have the same issue as
check
.
w
if you use
--no-process-execution-local-cleanup
and then change into the sandbox directory, you can try running it in the foreground with more verbose output with
__run.sh
m
what is the "sandbox directory"?
where is the
__run.sh
?
w