File tree 3 files changed +2
-27
lines changed
3 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,11 @@ branchProtectionRules:
15
15
- ' mypy (3.13)'
16
16
- ' showcase (3.7, showcase)'
17
17
- ' showcase (3.13, showcase)'
18
- - ' showcase (3.7, showcase_alternative_templates)'
19
- - ' showcase (3.13, showcase_alternative_templates)'
20
18
- ' showcase (3.7, showcase_w_rest_async)'
21
19
- ' showcase (3.13, showcase_w_rest_async)'
22
20
# TODO(dovs): reenable these when the mtls tests have been debugged and fixed
23
21
# See #1218 for details
24
22
# - 'showcase-mtls (showcase_mtls)'
25
- # - 'showcase-mtls (showcase_mtls_alternative_templates)'
26
23
- ' showcase-mypy'
27
24
- ' showcase-mypy (_alternative_templates)'
28
25
- ' showcase-unit (3.7)'
Original file line number Diff line number Diff line change 57
57
matrix :
58
58
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2121) Remove `showcase_w_rest_async` target when async rest is GA.
59
59
python : ["3.7", "3.13"]
60
- target : [showcase, showcase_alternative_templates, showcase_w_rest_async]
60
+ target : [showcase, showcase_w_rest_async]
61
61
logging_scope : ["", "google"]
62
62
63
63
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
@@ -102,7 +102,7 @@ jobs:
102
102
if : ${{ false }} # TODO(dovs): reenable when #1218 is fixed
103
103
strategy :
104
104
matrix :
105
- target : [showcase_mtls, showcase_mtls_alternative_templates ]
105
+ target : [showcase_mtls]
106
106
max-parallel : 1
107
107
runs-on : ubuntu-latest
108
108
steps :
Original file line number Diff line number Diff line change @@ -461,28 +461,6 @@ def showcase_mtls(
461
461
)
462
462
463
463
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
-
486
464
def run_showcase_unit_tests (session , fail_under = 100 , rest_async_io_enabled = False ):
487
465
session .install (
488
466
"coverage" ,
You can’t perform that action at this time.
0 commit comments