From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> On Wed, 27 Nov 2024 14:31:39 +0100, Bartosz Golaszewski wrote: > When building tests using the build_tests.py script, we try to increase > the verbosity using setuptools.logging.configure() preferably but > falling back to distutils.log.set_verbosity() if the former is missing. > > This however creates a hard dependency on distutils on older environments > missing the recently added setuptools method. The build however, can work > fine even with default (low) verbosity so instead of bailing out if the > second import fails, just keep going. > > [...] Applied, thanks! [1/1] bindings: python: relax the verbosity adjustment in build_tests.sh commit: 27ec1af8b1836a1fcd6cbb8376324a21ee5b483e Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>