20885: Clean up run-tests Python install env
authorBrett Smith <brett.smith@curii.com>
Mon, 25 Sep 2023 20:40:56 +0000 (16:40 -0400)
committerBrett Smith <brett.smith@curii.com>
Mon, 25 Sep 2023 21:55:15 +0000 (17:55 -0400)
commit20432a4533136a5ab9fa52c2e2ec2d90a855ecfb
tree3e0b8027b0c9d92971a354a8b4f31e7dee51b218
parent4aa8d709fe8483c295a6d16dadffb5b11848e5b8
20885: Clean up run-tests Python install env

Most of this code duplicates sdk/python/setup.py and should no longer be
necessary with modern pip. Invoking pip so often also makes it slower
than it needs to be.

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