Skip to content

Commit f6d6904

Browse files
committed
nox: Log details when reusing existing common-wheels
1 parent 4048dae commit f6d6904

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

noxfile.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ def test(session):
9494
"-w", LOCATIONS["common-wheels"],
9595
"-r", REQUIREMENTS["common-wheels"],
9696
)
97+
else:
98+
msg = (
99+
"Re-using existing common-wheels at {}."
100+
.format(LOCATIONS["common-wheels"])
101+
)
102+
session.log(msg)
97103

98104
# Install sources
99105
run_with_protected_pip(session, "install", ".")

0 commit comments

Comments
 (0)