From b63694764c49de99371252ce3e6bdf8d2464f38f Mon Sep 17 00:00:00 2001 From: natalia Date: Fri, 12 Jan 2024 13:13:05 +0100 Subject: [PATCH] wip: install package with git ssh --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0264dd2c..cc821d54 100644 --- a/tox.ini +++ b/tox.ini @@ -97,7 +97,7 @@ deps = pytest-operator pytest-playwright lightkube - git+https://github.com/canonical/iam-bundle@IAM-640-outsource-oauth-tools-package#egg=oauth_tools + git+ssh://git@github.com/canonical/iam-bundle@IAM-640-outsource-oauth-tools-package#egg=oauth_tools commands = playwright install pytest -vv --tb native --log-cli-level=INFO --color=yes -s {posargs} {toxinidir}/tests/integration