googleapis/gapic-generator

Python: Nox is not up to date

jpoehnelt opened this issue · 1 comments

There seems to be two issues, that I hit in #3156.

  1. googleapis/nox:0.17.0 docker image #2208 still using https://pypi.org/project/nox-automation/0.17.0/ from 2017
  2. the noxfiles are using the old nox interface(actually nox-automation) which changed in version 2018.8.23 #rnox

Nox’s behavior has been changed from declarative to imperative. Session actions now run immediately. Existing code to setup session virtualenv, such as session.interpreter will break! Please consult the documentation on how to use @nox.session(python=[...]) to configure virtualenvs for sessions.

This is probably blocking #1768.

closed via #3156