Skip to content

Commit

Permalink
pin juju version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmraul committed Oct 25, 2022
1 parent 0d7e6b6 commit 3fa361b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ commands =
description = Run charm integration tests
deps =
pytest
juju
# This is needed because of https://github.com/juju/python-libjuju/pull/698
juju==2.9.11
pytest-operator
lightkube==0.10.0
-r{toxinidir}/requirements.txt
Expand All @@ -93,7 +94,8 @@ commands =
description = Run scaling integration tests
deps =
pytest
juju
# This is needed because of https://github.com/juju/python-libjuju/pull/698
juju==2.9.11
pytest-operator
pytest-order
-r{toxinidir}/requirements.txt
Expand All @@ -104,7 +106,8 @@ commands =
description = Run password integration tests
deps =
pytest
juju
# This is needed because of https://github.com/juju/python-libjuju/pull/698
juju==2.9.11
pytest-operator
-r{toxinidir}/requirements.txt
commands =
Expand All @@ -114,7 +117,8 @@ commands =
description = Run integration tests for redis relation
deps =
pytest
juju
# This is needed because of https://github.com/juju/python-libjuju/pull/698
juju==2.9.11
pytest-operator
-r{toxinidir}/requirements.txt
commands =
Expand Down

0 comments on commit 3fa361b

Please sign in to comment.