Adapt unittests for different tracebacks on python 3.11
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 24 Nov 2023 14:46:46 +0000 (15:46 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 30 Sep 2024 08:48:12 +0000 (10:48 +0200)
commit4a5abe5302ed8e6e693ddf8729d3ca778200b685
tree851191525fada1b52629ab2a3bc89b8ae7ddb6ff
parent6ae1ef20450856035a52adcb72f3a68bdd17a5a6
Adapt unittests for different tracebacks on python 3.11

Apparently, error tracebacks now have extra lines with pointers to the
position in the line where the error occurred. Exact version, where this
happens, is unknown.
test/test_log_helpers.py