diff --git a/noxfile.py b/noxfile.py index d6357b3dd..34214317e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -31,9 +31,9 @@ def get_author_list(): # ----------------------------------------------------------------------------- -# Commands used during the release process +# Release Commands # ----------------------------------------------------------------------------- -@nox.session +@nox.session(python=False) def generate_authors(session): # Get our list of authors session.log("Collecting author names")