Skip to content

Commit

Permalink
Update juju version in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Sep 26, 2023
1 parent b3c868e commit 7e7f7fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pass_env =
CI
commands_pre =
poetry install --with integration
poetry run pip install juju==3.2.0.1
poetry run pip install juju==3.2.2
commands =
poetry run pytest -v --tb native --log-cli-level=INFO -s --durations=0 {posargs} {[vars]tests_path}/integration/ha_tests/test_ha.py

Expand All @@ -92,7 +92,7 @@ pass_env =
CI
commands_pre =
poetry install --with integration
poetry run pip install juju==3.2.0.1
poetry run pip install juju==3.2.2
commands =
poetry run pytest -v --tb native --log-cli-level=INFO -s --durations=0 {posargs} {[vars]tests_path}/integration/metrics_tests/test_metrics.py

Expand All @@ -104,7 +104,7 @@ pass_env =
CI
commands_pre =
poetry install --with integration
poetry run pip install juju==3.2.0.1
poetry run pip install juju==3.2.2
commands =
poetry run pytest -v --tb native --log-cli-level=INFO -s --durations=0 {posargs} {[vars]tests_path}/integration/tls_tests/test_tls.py

Expand All @@ -115,7 +115,7 @@ pass_env =
CI
commands_pre =
poetry install --with integration
poetry run pip install juju==3.2.0.1
poetry run pip install juju==3.2.2
commands =
poetry run pytest -v --tb native --log-cli-level=INFO -s --durations=0 {posargs} {[vars]tests_path}/integration/relation_tests/test_charm_relations.py

Expand All @@ -126,7 +126,7 @@ pass_env =
CI
commands_pre =
poetry install --with integration
poetry run pip install juju==3.2.0.1
poetry run pip install juju==3.2.2
commands =
poetry run pytest -v --tb native --log-cli-level=INFO -s --durations=0 {posargs} {[vars]tests_path}/integration/test_teardown.py

Expand All @@ -137,7 +137,7 @@ pass_env =
CI
commands_pre =
poetry install --with integration
poetry run pip install juju==3.2.0.1
poetry run pip install juju==3.2.2
commands =
poetry run pytest -v --tb native --log-cli-level=INFO -s --durations=0 {posargs} {[vars]tests_path}/integration/backup_tests/test_backups.py

Expand Down

0 comments on commit 7e7f7fa

Please sign in to comment.