diff --git a/noxfile.py b/noxfile.py index cad7ba077..3244add5f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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", ".")