]> git.ipfire.org Git - thirdparty/qemu.git/commit
functional: always enable all python warnings
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 15 Jul 2025 14:30:19 +0000 (15:30 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 21 Jul 2025 05:58:57 +0000 (07:58 +0200)
commitc3fd296cf7b1016671205e1525e4e9caf870f68e
treea2c3f08cb746d47125dacc5b480a2d16abef0b09
parent72bc0134b500d599f0f1c253c78c68df642d1634
functional: 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>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250715143023.1851000-11-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/testcase.py