21230: Clean up venv diagnostic output
authorBrett Smith <brett.smith@curii.com>
Thu, 8 Feb 2024 17:05:44 +0000 (12:05 -0500)
committerBrett Smith <brett.smith@curii.com>
Thu, 8 Feb 2024 17:06:46 +0000 (12:06 -0500)
commit3339f17141af4aaeaaebc7e3b568fc2bbb92da73
tree91e860cb3fe56cb092a2e0d155cee2ba164ac01f
parent53979c43b770d9cc26cdfa55799de90292cb82f9
21230: Clean up venv diagnostic output

This output stopped making sense in the transition from using virtualenv
to the venv module. The module doesn't really have a version separate
from Python, so just report a boolean result. Refs #21230.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
build/run-tests.sh