Re: [ovs-dev] [PATCH v2] tests: Fix compatibility issue with Python 3.13 in vlog.at.

2024-04-09 Thread Ilya Maximets
On 4/8/24 23:24, Frode Nordahl wrote: > The vlog - Python3 test makes use of output from Python > Tracebacks in its test assertion. > > In Python 3.13 a line with tophat (``^``) markers is added below > Tracebacks from calls to assert [0], which makes the test fail. > This change of behavior is

[ovs-dev] [PATCH v2] tests: Fix compatibility issue with Python 3.13 in vlog.at.

2024-04-08 Thread Frode Nordahl
The vlog - Python3 test makes use of output from Python Tracebacks in its test assertion. In Python 3.13 a line with tophat (``^``) markers is added below Tracebacks from calls to assert [0], which makes the test fail. This change of behavior is also backported to the Python 3.12 and 3.11 stable