test: Get rid of wget in foss tests - #328
Conversation
furtib
left a comment
There was a problem hiding this comment.
LGTM!
I was theorizing about this test in particular a lot. (How to speed it up.)
I think we have already spent way too much time on this, but when we have a relatively empty backlog, we might consider this:
I was thinking of moving the downloading out of the test action entirely and having Bazel manage it. (This way we don't necessarily need to redownload the archives for every run.)
Good thinking @furtib! |
Why:
We still have wget as environment dependency
managed by micromamba, but package download
can be implemented in python instead.
What: