Currently the tests are run on 3.5, which is incompatible with the way swh-graph is written:
SyntaxError("'yield' inside async function")
Currently the tests are run on 3.5, which is incompatible with the way swh-graph is written:
SyntaxError("'yield' inside async function")
I've rebased the jdk11 image on top of buster using the awful, awful a3776d744f. This means python 3.7 by default, and it looks like swh.graph CI works.