@@ -68,7 +68,7 @@ commands =
6868[testenv:charm-integration]
6969description = Run charm integration tests
7070deps =
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]
8080description = Run database relation integration tests
8181deps =
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]
9191description = Run db relation integration tests
9292deps =
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]
102102description = Run db-admin relation integration tests
103103deps =
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]
113113description = Run password rotation integration tests
114114deps =
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]
124124description = Run TLS integration tests
125125deps =
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]
135135description = Run all integration tests
136136deps =
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