diff options
Diffstat (limited to 'python/tests/pylint.sh')
-rwxr-xr-x | python/tests/pylint.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tests/pylint.sh b/python/tests/pylint.sh index 4b10b34db7..03d64705a1 100755 --- a/python/tests/pylint.sh +++ b/python/tests/pylint.sh @@ -1,2 +1,3 @@ #!/bin/sh -e -python3 -m pylint qemu/ +# See commit message for environment variable explainer. +SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint qemu/ |