iotests: Require Python 3.6 or later
commitc69719fcadbc856db5348fd3401e65e38c10a22e
authorKevin Wolf <kwolf@redhat.com>
Wed, 18 Sep 2019 08:50:05 +0000 (18 10:50 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 4 Oct 2019 09:59:16 +0000 (4 11:59 +0200)
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 <ehabkost@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
tests/qemu-iotests/check