File tree Expand file tree Collapse file tree 3 files changed +2
-27
lines changed
Expand file tree Collapse file tree 3 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,11 @@ branchProtectionRules:
1515 - ' mypy (3.13)'
1616 - ' showcase (3.7, showcase)'
1717 - ' showcase (3.13, showcase)'
18- - ' showcase (3.7, showcase_alternative_templates)'
19- - ' showcase (3.13, showcase_alternative_templates)'
2018 - ' showcase (3.7, showcase_w_rest_async)'
2119 - ' showcase (3.13, showcase_w_rest_async)'
2220 # TODO(dovs): reenable these when the mtls tests have been debugged and fixed
2321 # See #1218 for details
2422 # - 'showcase-mtls (showcase_mtls)'
25- # - 'showcase-mtls (showcase_mtls_alternative_templates)'
2623 - ' showcase-mypy'
2724 - ' showcase-mypy (_alternative_templates)'
2825 - ' showcase-unit (3.7)'
Original file line number Diff line number Diff line change 5757 matrix :
5858 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2121) Remove `showcase_w_rest_async` target when async rest is GA.
5959 python : ["3.7", "3.13"]
60- target : [showcase, showcase_alternative_templates, showcase_w_rest_async]
60+ target : [showcase, showcase_w_rest_async]
6161 logging_scope : ["", "google"]
6262
6363 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
@@ -102,7 +102,7 @@ jobs:
102102 if : ${{ false }} # TODO(dovs): reenable when #1218 is fixed
103103 strategy :
104104 matrix :
105- target : [showcase_mtls, showcase_mtls_alternative_templates ]
105+ target : [showcase_mtls]
106106 max-parallel : 1
107107 runs-on : ubuntu-latest
108108 steps :
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