Require that the actual test run step do this part

Keep this script to wheelhouse population.  We might be giving up a tiny bit
of performance here but let's make it work at all before we make it fast.
This commit is contained in:
Jean-Paul Calderone 2023-04-28 07:50:50 -04:00
parent 29961a08b2
commit f6e4e862a9

View File

@ -31,10 +31,3 @@ LANG="en_US.UTF-8" "${PIP}" \
--wheel-dir "${WHEELHOUSE_PATH}" \
"${PROJECT_ROOT}"[testenv] \
"${PROJECT_ROOT}"[test]
# Not strictly wheelhouse population but ... Note we omit basic deps here.
# They're in the wheelhouse if Tahoe-LAFS wants to drag them in but it will
# have to ask.
"${PIP}" \
install \
"${PROJECT_ROOT}"[testenv]