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 = [
85
85
" sphinxcontrib-spelling==8" ,
86
86
" sybil==6.1.1" ,
87
87
" tenacity==8.4.2" ,
88
- " types-docker==7.1.0.20240628 " ,
88
+ " types-docker==7.1.0.20240629 " ,
89
89
" types-pillow==10.2.0.20240520" ,
90
90
" types-pyyaml==6.0.12.20240311" ,
91
91
" 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(
163
163
name = target_manager_container_name ,
164
164
publish_all_ports = True ,
165
165
network = custom_bridge_network .name ,
166
- version = "auto" ,
167
166
)
168
167
vws_container = client .containers .run (
169
168
image = vws_image ,
@@ -174,7 +173,6 @@ def test_build_and_run(
174
173
environment = {
175
174
"TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
176
175
},
177
- version = "auto" ,
178
176
)
179
177
vwq_container = client .containers .run (
180
178
image = vwq_image ,
@@ -185,7 +183,6 @@ def test_build_and_run(
185
183
environment = {
186
184
"TARGET_MANAGER_BASE_URL" : target_manager_internal_base_url ,
187
185
},
188
- version = "auto" ,
189
186
)
190
187
191
188
for container in (target_manager_container , vws_container , vwq_container ):
You can’t perform that action at this time.
0 commit comments