We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution is to add passenv = SSH_AUTH_SOCK to your tox.ini.
passenv = SSH_AUTH_SOCK
Perhaps make this work by default?
The text was updated successfully, but these errors were encountered:
Original comment by @hpk42
with https://bitbucket.org/hpk42/tox/commits/521459223e524337d187ef07277f0ee1485cd313 all env variables are passed through for install.
Sorry, something went wrong.
Original comment by @RonnyPfannschmidt
for additional contexts taken from irc - requirement files that end up using ssh will prompt for pass-phrases if the agent socket is unavailiable
No branches or pull requests
Solution is to add
passenv = SSH_AUTH_SOCK
to your tox.ini.Perhaps make this work by default?
The text was updated successfully, but these errors were encountered: