From 2fe19beca293c1ea2f7a14e2b870a6d6fa23a2d0 Mon Sep 17 00:00:00 2001 From: natalia Date: Fri, 12 Jan 2024 13:30:47 +0100 Subject: [PATCH] Revert "wip: install package with git ssh" This reverts commit b63694764c49de99371252ce3e6bdf8d2464f38f. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cc821d54..0264dd2c 100644 --- a/tox.ini +++ b/tox.ini @@ -97,7 +97,7 @@ deps = pytest-operator pytest-playwright lightkube - git+ssh://git@github.com/canonical/iam-bundle@IAM-640-outsource-oauth-tools-package#egg=oauth_tools + git+https://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