The json decoder was broken on py35, as is used to expect a str object and
not a bytes one. For now, we encode the bytes one using utf-8.
This could/should be reverted as soon as we drop support for py35.
Differential D2126
api: fix swh.core.api.decode_request on python 3.5 douardda on Oct 11 2019, 1:25 PM. Authored by Tags None Subscribers None
Details
The json decoder was broken on py35, as is used to expect a str object and This could/should be reverted as soon as we drop support for py35. this should fix the tests on jenkins
Diff Detail
Event TimelineComment Actions Build is green |