test: fix pytest compat (#5317)

seems pytest_report_header has changed with pytest incompatible but we
don't need it anyway so we can just leave it out.
This commit is contained in:
holger krekel
2024-03-04 16:58:57 +01:00
committed by GitHub
parent c96139b579
commit 7cc2a09627

View File

@@ -115,7 +115,7 @@ def pytest_configure(config):
deltachat.register_global_plugin(la)
def pytest_report_header(config, startdir):
def pytest_report_header(config):
info = get_core_info()
summary = [
"Deltachat core={} sqlite={} journal_mode={}".format(