Skip to content

Commit ffb95c0

Browse files
committed
experiment: testing noxfile session.name manipulation
1 parent 4854f7e commit ffb95c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/bigframes/noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,9 @@ def mypy(session):
10601060
# Editable mode is not compatible with mypy when there are multiple
10611061
# package directories. See:
10621062
# https://github.com/python/mypy/issues/10564#issuecomment-851687749
1063+
session.name = session.name + "(DINOSAUR)"
1064+
1065+
10631066
session.install("--no-cache-dir", ".")
10641067

10651068
# Just install the dependencies' type info directly, since "mypy --install-types"

0 commit comments

Comments
 (0)