Revision e2f066549123f069bf0ae34d593038ffd834d9c4 authored by Valentin Lorentz on 19 August 2020, 12:54:45 UTC, committed by Valentin Lorentz on 19 August 2020, 12:55:22 UTC
This field wasn't backfilled; and it wasn't caught by tests, because
revisions in swh.journal.tests.journal_data.TEST_OBJECTS were had
an empty extra_header field.

Starting with swh-journal v0.4.3, one of the revisions in TEST_OBJECTS
has a non-empty extra_header field, so it will become a test failure
without this commit
1 parent bd92547
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top