[QGIS-Developer] QGIS-Documentation fails to build

2021-05-26 Thread DelazJ
Hi devs, QGIS-Documentation build test is failing due to "WARNING: py:meth reference target not found: qgis.core.QgsVectorLayer.setDataSource" [0] It looks like the QgsVectorLayer.setDataSource method is no longer available in master. Anyone knows what is the replacement? Thanks, Harrissou [0] h

Re: [QGIS-Developer] QGIS-Documentation fails to build

2021-05-26 Thread Alessandro Pasotti
It has been moved to the parent class QgsMapLayer On Wed, May 26, 2021 at 3:32 PM DelazJ wrote: > Hi devs, > > QGIS-Documentation build test is failing due to "WARNING: py:meth > reference target not found: qgis.core.QgsVectorLayer.setDataSource" [0] > It looks like the QgsVectorLayer.setDataSou

Re: [QGIS-Developer] QGIS-Documentation fails to build

2021-05-28 Thread DelazJ
Hi, Thanks Alessandro. Fixed now. Harrissou Le mer. 26 mai 2021 à 15:48, Alessandro Pasotti a écrit : > > It has been moved to the parent class QgsMapLayer > > On Wed, May 26, 2021 at 3:32 PM DelazJ wrote: > >> Hi devs, >> >> QGIS-Documentation build test is failing due to "WARNING: py:meth >>

Re: [QGIS-Developer] QGIS-Documentation fails to build

2021-05-31 Thread Delaz J
Hi, The doctest is again failing, actually aborted by GitHub after 6 hours (it used to take <5mn). Began yesterday. From what I can see, it's struggling to connect and download to the qgis docker image. See https://github.com/qgis/QGIS-Documentation/runs/2715733455?check_suite_focus=true vs

Re: [QGIS-Developer] QGIS-Documentation fails to build

2021-06-08 Thread DelazJ
Hi devs, still me looking for help to fix the QGIS-Documentation doctest workflow taking hours and getting canceled https://github.com/qgis/QGIS-Documentation/actions/workflows/doctest.yml Thanks, Harrissou Le mar. 1 juin 2021 à 08:23, Delaz J a écrit : > Hi, > > The doctest is again failing, a

Re: [QGIS-Developer] QGIS-Documentation fails to build

2021-06-08 Thread Alessandro Pasotti
Hi, I'll have a look tomorrow, since when did it start failing? On Tue, Jun 8, 2021 at 5:06 PM DelazJ wrote: > Hi devs, > still me looking for help to fix the QGIS-Documentation doctest workflow > taking hours and getting canceled > https://github.com/qgis/QGIS-Documentation/actions/workflows/

Re: [QGIS-Developer] QGIS-Documentation fails to build

2021-06-08 Thread Delaz J
Thanks Alessandro, I'd say from June 1st or May 31st. Regards, Harrissou Le 08/06/2021 à 18:58, Alessandro Pasotti a écrit : Hi, I'll have a look tomorrow, since when did it start failing? On Tue, Jun 8, 2021 at 5:06 PM DelazJ > wrote: Hi devs, still me

Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-03 Thread DelazJ via QGIS-Developer
Hi devs, The "doctest" workflow in QGIS-Documentation repository is again broken. We are getting a segmentation fault [0]. This might have begun at least 5 days ago, only on master branch. The 3.22 doctest passes. If someone can give it a look, it will be much appreciated. Thanks. Regards, Harriss

Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-03 Thread Richard Duivenvoorde via QGIS-Developer
On 5/3/22 11:35, DelazJ via QGIS-Developer wrote: Hi devs, The "doctest" workflow in QGIS-Documentation repository is again broken. We are getting a segmentation fault [0]. This might have begun at least 5 days ago, only on master branch. The 3.22 doctest passes. If someone can give it a look,

Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-09 Thread DelazJ via QGIS-Developer
Hi, Thanks again Richard for testing. Any chance someone else gives it a look, please? Thanks. Regards, Harrissou Le mar. 3 mai 2022 à 20:44, Richard Duivenvoorde via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > On 5/3/22 11:35, DelazJ via QGIS-Developer wrote: > > Hi devs, > > T

Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread DelazJ via QGIS-Developer
Hi, well... For your information, I disabled the doctest github action , to stop getting annoyed by (unrelated) failure messages for each interaction with the repository. That also means no more checks for the PyQGIS Cookbook

Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread Alessandro Pasotti via QGIS-Developer
Hi, I cannot make promises, but if I'm allowed to spend the paid bugfixing hours to fix this I think I could have a look. Cheers On Thu, May 19, 2022 at 12:06 PM DelazJ via QGIS-Developer wrote: > > Hi, > well... > For your information, I disabled the doctest github action, to stop getting > a

Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread Sandro Santilli via QGIS-Developer
On Thu, May 19, 2022 at 12:09:05PM +0200, Alessandro Pasotti via QGIS-Developer wrote: > Hi, > > I cannot make promises, but if I'm allowed to spend the paid bugfixing > hours to fix this I think I could have a look. +1 to spend paid bugfixing hours on testing framework, if my vote counts anythi

Re: [QGIS-Developer] QGIS-Documentation fails to build

2022-05-19 Thread Andreas Neumann via QGIS-Developer
Hi Alessandro, Fine with me - if you spend some dev hours on fixing this. Andreas On Thu, 19 May 2022 at 12:09, Alessandro Pasotti via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Hi, > > I cannot make promises, but if I'm allowed to spend the paid bugfixing > hours to fix this I t

Re: [QGIS-Developer] QGIS-Documentation fails to build

2023-10-24 Thread DelazJ via QGIS-Developer
Hello devs, It did not happen for a moment but ... QGIS documentation build is failing today, due to a "No styles available in DB" [0] issue while running doctest. Maybe it has to do with PR 54978 [1]? I don't have idea nor time to look for a fix, and would welcome your help. Thanks. [0] h