]> Git Repo - qemu.git/commit
iotests: Require Python 3.6 or later
authorKevin Wolf <[email protected]>
Wed, 18 Sep 2019 08:50:05 +0000 (10:50 +0200)
committerKevin Wolf <[email protected]>
Fri, 4 Oct 2019 09:59:16 +0000 (11:59 +0200)
commitc69719fcadbc856db5348fd3401e65e38c10a22e
tree8a956a6344ecbb7524d3a82f403bc66aa3d0ac64
parent92b22e7b1789b0e5f20d245706e72eae70dbddce
iotests: Require Python 3.6 or later

Running iotests is not required to build QEMU, so we can have stricter
version requirements for Python here and can make use of new features
and drop compatibility code earlier.

This makes qemu-iotests skip all Python tests if a Python version before
3.6 is used for the build.

Suggested-by: Eduardo Habkost <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
tests/qemu-iotests/check
This page took 0.02555 seconds and 4 git commands to generate.