better-sunset-63499
03/24/2022, 7:36 PMpytest
with the pytest_dynamodb
plugin which requires the pytest runner to spin off a subprocess. I'm having an issue where even providing the full /usr/bin/java
path, Pants' pytest runner can't find the binarytools
argument on experimental_shell_command
and I am wondering if I need something similar in my python_tests
or pytest-argshundreds-father-404
03/24/2022, 8:23 PM$PATH
?better-sunset-63499
03/24/2022, 8:32 PMasdf
ship around the java
commandhundreds-father-404
03/25/2022, 6:56 PMbetter-sunset-63499
03/25/2022, 6:58 PMasdf
shim (which is a bash script to select a version based on current directory) and not java
itself~/.asdf/shims/java
?