Re: [PATCH 3/9] tests: use python3 as the python executable name

2022-05-26 Thread Paolo Bonzini
On 5/26/22 02:09, John Snow wrote: Use "python3" instead of "python" as per PEP0394: https://peps.python.org/pep-0394/ This should always be defined (in a venv, at least!), matching the preferred python shebang of "#!/usr/bin/env python3". Signed-off-by: John Snow --- tests/Makefile.include

[PATCH 3/9] tests: use python3 as the python executable name

2022-05-25 Thread John Snow
Use "python3" instead of "python" as per PEP0394: https://peps.python.org/pep-0394/ This should always be defined (in a venv, at least!), matching the preferred python shebang of "#!/usr/bin/env python3". Signed-off-by: John Snow --- tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+)