Skip to content

Commit 9263cb0

Browse files
committed
experiment: testing noxfile session.name manipulation
1 parent ffb95c0 commit 9263cb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/bigframes/noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ def prerelease_deps(session):
10541054

10551055
# NOTE: this is based on mypy session that came directly from the bigframes split repo
10561056
# the split repo used 3.10, the monorepo uses 3.14
1057-
@nox.session(python="3.14")
1057+
@nox.session(python="3.14", name="mypy (DINOROAR)")
10581058
def mypy(session):
10591059
"""Run type checks with mypy."""
10601060
# Editable mode is not compatible with mypy when there are multiple
@@ -1089,6 +1089,7 @@ def mypy(session):
10891089

10901090
session.install(*deps)
10911091
shutil.rmtree(".mypy_cache", ignore_errors=True)
1092+
session.log("--- Running mypy (DINOSAUR) ---")
10921093
session.run(
10931094
"mypy",
10941095
f"--config-file={MYPY_CONFIG_FILE}",

0 commit comments

Comments
 (0)