File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ optional-dependencies.dev = [
8585 " sphinxcontrib-spelling==8" ,
8686 " sybil==6.1.1" ,
8787 " tenacity==8.4.2" ,
88- " types-docker==7.1.0.20240628 " ,
88+ " types-docker==7.1.0.20240629 " ,
8989 " types-pillow==10.2.0.20240520" ,
9090 " types-pyyaml==6.0.12.20240311" ,
9191 " types-requests==2.32.0.20240622" ,
Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ def test_build_and_run(
163163 name = target_manager_container_name ,
164164 publish_all_ports = True ,
165165 network = custom_bridge_network .name ,
166- version = "auto" ,
167166 )
168167 vws_container = client .containers .run (
169168 image = vws_image ,
@@ -174,7 +173,6 @@ def test_build_and_run(
174173 environment = {
175174 "TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
176175 },
177- version = "auto" ,
178176 )
179177 vwq_container = client .containers .run (
180178 image = vwq_image ,
@@ -185,7 +183,6 @@ def test_build_and_run(
185183 environment = {
186184 "TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
187185 },
188- version = "auto" ,
189186 )
190187
191188 for container in (target_manager_container , vws_container , vwq_container ):
You can’t perform that action at this time.
0 commit comments