mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
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:
parent
29961a08b2
commit
f6e4e862a9
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user