Re: Fix textproc/py-commonmark tests by adding TEST_DEPENDS on itself

2019-06-21 Thread Jeremie Courreges-Anglas
On Thu, Jun 20 2019, Kurt Mosiejczuk wrote: > On Thu, Jun 20, 2019 at 03:56:34PM +0200, Jeremie Courreges-Anglas wrote: >> On Thu, Jun 20 2019, Kurt Mosiejczuk wrote: >> > Paco Esteban just had trouble running the tests for py-commonmark because >> > the module needs itself installed to run the t

Re: Fix textproc/py-commonmark tests by adding TEST_DEPENDS on itself

2019-06-20 Thread Stuart Henderson
On 2019/06/20 15:56, Jeremie Courreges-Anglas wrote: > On Thu, Jun 20 2019, Kurt Mosiejczuk wrote: > > Paco Esteban just had trouble running the tests for py-commonmark because > > the module needs itself installed to run the tests. This simple diff > > adds itself to the TEST_DEPENDS to fix that.

Re: Fix textproc/py-commonmark tests by adding TEST_DEPENDS on itself

2019-06-20 Thread Jeremie Courreges-Anglas
On Thu, Jun 20 2019, Kurt Mosiejczuk wrote: > Paco Esteban just had trouble running the tests for py-commonmark because > the module needs itself installed to run the tests. This simple diff > adds itself to the TEST_DEPENDS to fix that. Not objecting, but there's another approach which I tend to

Re: Fix textproc/py-commonmark tests by adding TEST_DEPENDS on itself

2019-06-20 Thread Klemens Nanni
sure