tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12
commit0b2af475e9f325e1db98148d5423de61da6bf110
authorThomas Huth <thuth@redhat.com>
Mon, 13 Nov 2023 14:07:21 +0000 (13 15:07 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Nov 2023 18:06:06 +0000 (13 19:06 +0100)
treed8848156420e68506b0c0e4797b938e265eb62af
parent0034d0395e4e92c722a7044d291b2bab42f705bd
tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12

Python 3.12 now warns about backslashes in strings that aren't used
for escaping a special character from Python. Silence the warning
by using raw strings here instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231113140721.46903-1-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
tests/avocado/machine_s390_ccw_virtio.py