Skip to content

Commit 928ad20

Browse files
committed
Update noxfile.py
1 parent 5cde8d2 commit 928ad20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def prepare_venv(session: nox.sessions.Session) -> None:
129129
130130
"""
131131
lockfile = session_lockfile(session)
132+
print(f"prepare_venv: {lockfile}")
132133
venv_dir = session.virtualenv.location_name
133134

134135
if not venv_populated(session):

0 commit comments

Comments
 (0)