Page MenuHomeSoftware Heritage

CI: Run swh-graph tests with Python 3.7
Closed, MigratedEdits Locked

Description

Currently the tests are run on 3.5, which is incompatible with the way swh-graph is written:

SyntaxError("'yield' inside async function")

Event Timeline

seirl triaged this task as Normal priority.Oct 1 2019, 1:33 PM
seirl created this task.
olasd claimed this task.

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.