No need to create a virtualenv for generate_authors

This commit is contained in:
Pradyun Gedam 2019-09-27 22:31:12 +05:30
parent 33b0240082
commit a0044856d7
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 2 additions and 2 deletions

View File

@ -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): def generate_authors(session):
# Get our list of authors # Get our list of authors
session.log("Collecting author names") session.log("Collecting author names")