Skip to content

Commit 68cee70

Browse files
committed
experiment: testing noxfile session.name manipulation - log only
1 parent 9263cb0 commit 68cee70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/noxfile.py

Lines changed: 1 addition & 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", name="mypy (DINOROAR)")
1057+
@nox.session(python="3.14")
10581058
def mypy(session):
10591059
"""Run type checks with mypy."""
10601060
# Editable mode is not compatible with mypy when there are multiple

0 commit comments

Comments
 (0)