Skip to content

Commit 6bdef9d

Browse files
committed
Pin juju version
1 parent 44810ef commit 6bdef9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ commands =
6868
[testenv:charm-integration]
6969
description = Run charm integration tests
7070
deps =
71-
juju
71+
juju==2.9.11 # juju 3.0 has issues with retrieving action results and deploying charms
7272
pytest
7373
pytest-operator
7474
psycopg2-binary
@@ -79,7 +79,7 @@ commands =
7979
[testenv:database-relation-integration]
8080
description = Run database relation integration tests
8181
deps =
82-
juju
82+
juju==2.9.11 # juju 3.0 has issues with retrieving action results and deploying charms
8383
pytest
8484
pytest-operator
8585
psycopg2-binary
@@ -90,7 +90,7 @@ commands =
9090
[testenv:db-relation-integration]
9191
description = Run db relation integration tests
9292
deps =
93-
juju
93+
juju==2.9.11 # juju 3.0 has issues with retrieving action results and deploying charms
9494
pytest
9595
pytest-operator
9696
psycopg2-binary
@@ -101,7 +101,7 @@ commands =
101101
[testenv:db-admin-relation-integration]
102102
description = Run db-admin relation integration tests
103103
deps =
104-
juju
104+
juju==2.9.11 # juju 3.0 has issues with retrieving action results and deploying charms
105105
pytest
106106
pytest-operator
107107
psycopg2-binary
@@ -112,7 +112,7 @@ commands =
112112
[testenv:password-rotation-integration]
113113
description = Run password rotation integration tests
114114
deps =
115-
juju
115+
juju==2.9.11 # juju 3.0 has issues with retrieving action results and deploying charms
116116
pytest
117117
pytest-operator
118118
psycopg2-binary
@@ -123,7 +123,7 @@ commands =
123123
[testenv:tls-integration]
124124
description = Run TLS integration tests
125125
deps =
126-
juju
126+
juju==2.9.11 # juju 3.0 has issues with retrieving action results and deploying charms
127127
pytest
128128
pytest-operator
129129
psycopg2-binary
@@ -134,7 +134,7 @@ commands =
134134
[testenv:integration]
135135
description = Run all integration tests
136136
deps =
137-
juju
137+
juju==2.9.11 # juju 3.0 has issues with retrieving action results and deploying charms
138138
pytest
139139
pytest-operator
140140
psycopg2-binary

0 commit comments

Comments
 (0)