Re: [PATCH v3 11/15] python: add 'make check-dev' invocation

2021-06-30 Thread Willian Rampazzo
On Wed, Jun 30, 2021 at 11:58 AM John Snow wrote: > > > > On Wed, Jun 30, 2021 at 10:41 AM Willian Rampazzo wrote: >> >> On Tue, Jun 29, 2021 at 6:43 PM John Snow wrote: >> > >> > This is a *third* way to run the Python tests. Unlike the first two >> > (check-pipenv, check-tox), this version doe

Re: [PATCH v3 11/15] python: add 'make check-dev' invocation

2021-06-30 Thread Wainer dos Santos Moschetta
On 6/30/21 11:58 AM, John Snow wrote: On Wed, Jun 30, 2021 at 10:41 AM Willian Rampazzo > wrote: On Tue, Jun 29, 2021 at 6:43 PM John Snow mailto:js...@redhat.com>> wrote: > > This is a *third* way to run the Python tests. Unlike the first two > (c

Re: [PATCH v3 11/15] python: add 'make check-dev' invocation

2021-06-30 Thread John Snow
On Wed, Jun 30, 2021 at 10:41 AM Willian Rampazzo wrote: > On Tue, Jun 29, 2021 at 6:43 PM John Snow wrote: > > > > This is a *third* way to run the Python tests. Unlike the first two > > (check-pipenv, check-tox), this version does not require any specific > > interpreter version -- making it a

Re: [PATCH v3 11/15] python: add 'make check-dev' invocation

2021-06-30 Thread Wainer dos Santos Moschetta
On 6/29/21 6:43 PM, John Snow wrote: This is a *third* way to run the Python tests. Unlike the first two (check-pipenv, check-tox), this version does not require any specific interpreter version -- making it a lot easier to tell people to run it as a quick smoketest prior to submission to GitLa

Re: [PATCH v3 11/15] python: add 'make check-dev' invocation

2021-06-30 Thread Willian Rampazzo
On Tue, Jun 29, 2021 at 6:43 PM John Snow wrote: > > This is a *third* way to run the Python tests. Unlike the first two > (check-pipenv, check-tox), this version does not require any specific > interpreter version -- making it a lot easier to tell people to run it > as a quick smoketest prior to

[PATCH v3 11/15] python: add 'make check-dev' invocation

2021-06-29 Thread John Snow
This is a *third* way to run the Python tests. Unlike the first two (check-pipenv, check-tox), this version does not require any specific interpreter version -- making it a lot easier to tell people to run it as a quick smoketest prior to submission to GitLab CI. Summary: Checked via GitLab CI: