mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
With recent versions of Python + unittest + swig (like the ones from fedora 42), `PyQgsProcessExecutablePt1` and `PyQgsProcessExecutablePt2` unit test fail because of some deprecation warning message coming from Swig. This issue will be fixed in Swig 4.4. In the meantime, ignore them. See: https://github.com/swig/swig/issues/2881