nox: Log details when reusing existing common-wheels

This commit is contained in:
Pradyun Gedam 2019-10-07 15:42:24 +05:30
parent 4048daeddf
commit f6d690406b
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,12 @@ def test(session):
"-w", LOCATIONS["common-wheels"],
"-r", REQUIREMENTS["common-wheels"],
)
else:
msg = (
"Re-using existing common-wheels at {}."
.format(LOCATIONS["common-wheels"])
)
session.log(msg)
# Install sources
run_with_protected_pip(session, "install", ".")