diff --git a/tox.ini b/tox.ini index 91087b0d6..80f8ec280 100644 --- a/tox.ini +++ b/tox.ini @@ -84,7 +84,9 @@ deps = pytest-mock pytest-operator protobuf==3.20 # temporary fix until new libjuju is released - git+https://github.com/canonical/data-platform-workflows@v8\#subdirectory=python/pytest_plugins/pytest_operator_cache + git+https://github.com/canonical/data-platform-workflows@v11.0.1\#subdirectory=python/pytest_plugins/github_secrets + git+https://github.com/canonical/data-platform-workflows@v11.0.1\#subdirectory=python/pytest_plugins/pytest_operator_groups + git+https://github.com/canonical/data-platform-workflows@v11.0.1\#subdirectory=python/pytest_plugins/pytest_operator_cache -r {tox_root}/requirements.txt commands = pytest -v --tb native --log-cli-level=INFO -s --ignore={[vars]tests_path}/unit/ {posargs}