Re: [PATCH v6 25/25] python: add tox support

2021-05-25 Thread John Snow
On 5/25/21 4:46 PM, Cleber Rosa wrote: On Tue, May 25, 2021 at 04:25:37PM -0400, John Snow wrote: On 5/25/21 4:15 PM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:41PM -0400, John Snow wrote: This is intended to be a manually run, non-CI script. Use tox to test the linters against all

Re: [PATCH v6 25/25] python: add tox support

2021-05-25 Thread Cleber Rosa
On Tue, May 25, 2021 at 04:25:37PM -0400, John Snow wrote: > On 5/25/21 4:15 PM, Cleber Rosa wrote: > > On Wed, May 12, 2021 at 07:12:41PM -0400, John Snow wrote: > > > This is intended to be a manually run, non-CI script. > > > > > > Use tox to test the linters against all python versions from

Re: [PATCH v6 25/25] python: add tox support

2021-05-25 Thread John Snow
On 5/25/21 4:15 PM, Cleber Rosa wrote: On Wed, May 12, 2021 at 07:12:41PM -0400, John Snow wrote: This is intended to be a manually run, non-CI script. Use tox to test the linters against all python versions from 3.6 to 3.9. This will only work if you actually have those versions installed

Re: [PATCH v6 25/25] python: add tox support

2021-05-25 Thread Cleber Rosa
On Wed, May 12, 2021 at 07:12:41PM -0400, John Snow wrote: > This is intended to be a manually run, non-CI script. > > Use tox to test the linters against all python versions from 3.6 to > 3.9. This will only work if you actually have those versions installed > locally, but Fedora makes this

[PATCH v6 25/25] python: add tox support

2021-05-12 Thread John Snow
This is intended to be a manually run, non-CI script. Use tox to test the linters against all python versions from 3.6 to 3.9. This will only work if you actually have those versions installed locally, but Fedora makes this easy: > sudo dnf install python36 python37 python38 python39 Unlike the