From e1dae22f3eac580f2951885c2f8162017613ffe2 Mon Sep 17 00:00:00 2001 From: natalia Date: Fri, 12 Jan 2024 11:15:08 +0100 Subject: [PATCH] wip: install package in tox.ini --- requirements.txt | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36eea61a..ca38f985 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,3 @@ pyyaml urllib3 jsonschema cryptography -git+https://github.com/canonical/iam-bundle@IAM-640-outsource-oauth-tools-package#egg=oauth_tools diff --git a/tox.ini b/tox.ini index d2bdbb3d..0264dd2c 100644 --- a/tox.ini +++ b/tox.ini @@ -97,6 +97,7 @@ deps = pytest-operator pytest-playwright lightkube + 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