]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests/check: always enable all python warnings
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 15 Jul 2025 14:30:23 +0000 (15:30 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 16 Sep 2025 20:35:35 +0000 (23:35 +0300)
commitbb94b10551e6dd753235f12824247526fbb93a29
treec85b8355666cbcfcf1f24b21c2245db5d15653c6
parent38bef9dd0585c1448884d123608c3eb10db8b69f
iotests/check: always enable all python warnings

Of most importance is that this gives us a heads-up if anything
we rely on has been deprecated. The default python behaviour
only emits a warning if triggered from __main__ which is very
limited.

Setting the env variable further ensures that any python child
processes will also display warnings.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit 9a494d83538680651197651031375c2b6fa2490b)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/qemu-iotests/check