mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user