From acff8205e2be0cb07b06ede1588ff80195874542 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 4 Mar 2024 16:58:57 +0100 Subject: [PATCH] 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. --- python/src/deltachat/testplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/deltachat/testplugin.py b/python/src/deltachat/testplugin.py index b352fd950..038a9337f 100644 --- a/python/src/deltachat/testplugin.py +++ b/python/src/deltachat/testplugin.py @@ -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(