File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -478,12 +478,8 @@ def test_build_multiple_builds(
478478 load = True ,
479479 file = f"{ test_path } /Dockerfile" ,
480480 build_args = {"DOCKER_REGISTRY" : None },
481- builder = None ,
482- cache = False ,
483481 cache_from = None ,
484482 cache_to = None ,
485- pull = False ,
486- target = None ,
487483 stream_logs = True ,
488484 ),
489485 call (
@@ -493,12 +489,8 @@ def test_build_multiple_builds(
493489 load = True ,
494490 file = f"{ test_path } /Dockerfile" ,
495491 build_args = {"DOCKER_REGISTRY" : None },
496- builder = None ,
497- cache = False ,
498492 cache_from = None ,
499493 cache_to = None ,
500- pull = False ,
501- target = None ,
502494 stream_logs = True ,
503495 ),
504496 call (
@@ -508,12 +500,8 @@ def test_build_multiple_builds(
508500 load = True ,
509501 file = f"{ test_path } /Dockerfile" ,
510502 build_args = {"DOCKER_REGISTRY" : None },
511- builder = None ,
512- cache = False ,
513503 cache_from = None ,
514504 cache_to = None ,
515- pull = False ,
516- target = None ,
517505 stream_logs = True ,
518506 ),
519507 call (
@@ -523,12 +511,8 @@ def test_build_multiple_builds(
523511 load = True ,
524512 file = f"{ test_path } /Dockerfile" ,
525513 build_args = {"DOCKER_REGISTRY" : None },
526- builder = None ,
527- cache = False ,
528514 cache_from = None ,
529515 cache_to = None ,
530- pull = False ,
531- target = None ,
532516 stream_logs = True ,
533517 ),
534518 ]
You can’t perform that action at this time.
0 commit comments