Re: [PATCH 10/14] functional: always enable all python warnings

2025-07-15 Thread Thomas Huth
On 15/07/2025 16.30, Daniel P. Berrangé wrote: 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 pyt

[PATCH 10/14] functional: always enable all python warnings

2025-07-15 Thread Daniel P . Berrangé
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.