Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 639600a

Browse files
committed
testing: assure we pass SSH agent
Prevents failure to run tests when local ssh key is encrypted.
1 parent e1b8459 commit 639600a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ setenv =
4343
# but it validates that it accepts extra params.
4444
MOLECULE_OPTS=--destroy always
4545
passenv =
46-
TWINE_*
4746
DOCKER_*
47+
TWINE_*
48+
SSH_AUTH_SOCK
4849
whitelist_externals =
4950
bash
5051
twine

0 commit comments

Comments
 (0)