Re: [QGIS-Developer] Reload python library used by plugin

2024-05-22 Thread Richard Duivenvoorde via QGIS-Developer
On 5/22/24 18:22, Benjamin Jakimow via QGIS-Developer wrote: Hi Gerald, you may use "from importlib import reload" to reload the packages that have been changed. https://docs.python.org/3/library/importlib.html#importlib.reload Wos, great!? If this works, it would be a good idea to create

Re: [QGIS-Developer] Reload python library used by plugin

2024-05-22 Thread Benjamin Jakimow via QGIS-Developer
Hi Gerald, you may use "from importlib import reload" to reload the packages that have been changed. https://docs.python.org/3/library/importlib.html#importlib.reload Greetings, Benjamin On 16.05.2024 13:13, Gerald Kogler via QGIS-Developer wrote: The fantastic Plugin Reloader doesn't

Re: [QGIS-Developer] Broken doctest infrastructure for Cookbook

2024-05-22 Thread Richard Duivenvoorde via QGIS-Developer
Hi Harrissou, Yes, looking at https://github.com/qgis/pyqgis/actions/runs/8954239354/job/24593642123#step:3:106 It looks like you are right. Apparently the qgis/qgis container image has been upgraded to a version which does you not let install python packages via pip in the global Python.

Re: [QGIS-Developer] Broken doctest infrastructure for Cookbook

2024-05-22 Thread DelazJ via QGIS-Developer
Hello devs, me again, for requesting a fix for the docs, but this time the issue also affects the pyQGIS documentation, broken for already two weeks (https://github.com/qgis/pyqgis/issues/139 and https://github.com/qgis/pyqgis/actions). I suspect the new qgis/QGIS docker recipe to be the

Re: [QGIS-Developer] Build problems using install instructions -building branches

2024-05-22 Thread DelazJ via QGIS-Developer
Hi, These instructions in the INSTALL.md lack a context and are quite confusing there IMHO. They should probably go to the developers guide (https://docs.qgis.org/testing/en/docs/developers_guide/git.html#development-in-branches). It is more a git/development tip than a build instructions.