Skip to content

Commit 1e92f71

Browse files
committed
build: remove showcase integration tests ads
1 parent 6c94ecc commit 1e92f71

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

noxfile.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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-
486464
def run_showcase_unit_tests(session, fail_under=100, rest_async_io_enabled=False):
487465
session.install(
488466
"coverage",

0 commit comments

Comments
 (0)