Skip to content

Commit dd49e39

Browse files
committed
chore(generator): revert noxfile.py mypy command and restore test_generator assertions
1 parent 8dbac4c commit dd49e39

4 files changed

Lines changed: 1629 additions & 64 deletions

File tree

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -618,13 +618,7 @@ def showcase_mypy(
618618
session.chdir(lib)
619619

620620
# Run the tests.
621-
session.run(
622-
"mypy",
623-
f"--config-file={MYPY_CONFIG_FILE}",
624-
"-p",
625-
"google",
626-
"--check-untyped-defs",
627-
)
621+
session.run("mypy", "-p", "google", "--check-untyped-defs")
628622

629623

630624
@nox.session(python=NEWEST_PYTHON)

0 commit comments

Comments
 (0)