File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -461,28 +461,6 @@ def showcase_mtls(
461461 )
462462
463463
464- @nox .session (python = ALL_PYTHON )
465- def showcase_alternative_templates (session ):
466- templates = path .join (path .dirname (__file__ ), "gapic" , "ads-templates" )
467- showcase (
468- session ,
469- templates = templates ,
470- other_opts = ("old-naming" ,),
471- env = {"GAPIC_PYTHON_ASYNC" : "False" , "IGNORE_FILE" : "test_universe_domain.py" },
472- )
473-
474-
475- @nox .session (python = NEWEST_PYTHON )
476- def showcase_mtls_alternative_templates (session ):
477- templates = path .join (path .dirname (__file__ ), "gapic" , "ads-templates" )
478- showcase_mtls (
479- session ,
480- templates = templates ,
481- other_opts = ("old-naming" ,),
482- env = {"GAPIC_PYTHON_ASYNC" : "False" , "IGNORE_FILE" : "test_universe_domain.py" },
483- )
484-
485-
486464def run_showcase_unit_tests (session , fail_under = 100 , rest_async_io_enabled = False ):
487465 session .install (
488466 "coverage" ,
You can’t perform that action at this time.
0 commit comments