https://pantsbuild.org/ logo
m

modern-wolf-36228

12/06/2021, 10:48 AM
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

witty-crayon-22786

12/06/2021, 4:39 PM
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

modern-wolf-36228

12/07/2021, 9:12 AM
what is the "sandbox directory"?
where is the
__run.sh
?
w

witty-crayon-22786

12/07/2021, 5:58 PM
4 Views