Re: [PATCH] python: Configure tox to skip missing interpreters

2021-07-07 Thread John Snow
On Wed, Jun 30, 2021 at 5:00 PM Willian Rampazzo wrote: > On Wed, Jun 30, 2021 at 3:46 PM Wainer dos Santos Moschetta > wrote: > > > > Currently tox tests against the installed interpreters, however if any > > supported interpreter is absent then it will return fail. It seems not > > reasonable

Re: [PATCH] python: Configure tox to skip missing interpreters

2021-06-30 Thread Willian Rampazzo
On Wed, Jun 30, 2021 at 3:46 PM Wainer dos Santos Moschetta wrote: > > Currently tox tests against the installed interpreters, however if any > supported interpreter is absent then it will return fail. It seems not > reasonable to expect developers to have all supported interpreters > installed on

[PATCH] python: Configure tox to skip missing interpreters

2021-06-30 Thread Wainer dos Santos Moschetta
Currently tox tests against the installed interpreters, however if any supported interpreter is absent then it will return fail. It seems not reasonable to expect developers to have all supported interpreters installed on their systems. Luckily tox can be configured to skip missing interpreters. T