[ovirt-devel] Re: [OST] Testing master suite on using python 2.7?!

2020-11-19 Thread Nir Soffer
On Thu, Nov 19, 2020 at 2:48 PM Marcin Sobczyk wrote: > > > > On 11/19/20 1:28 PM, Nir Soffer wrote: > > On Wed, Nov 18, 2020 at 6:40 PM Nir Soffer wrote: > >> I'm trying to add a test module for image transfer: > >> https://gerrit.ovirt.org/c/112274/ > >> > >> The test use concurrent.futures mod

[ovirt-devel] Re: [OST] Testing master suite on using python 2.7?!

2020-11-19 Thread Marcin Sobczyk
On 11/19/20 1:28 PM, Nir Soffer wrote: On Wed, Nov 18, 2020 at 6:40 PM Nir Soffer wrote: I'm trying to add a test module for image transfer: https://gerrit.ovirt.org/c/112274/ The test use concurrent.futures module form the standard library. This module is not available in python 2.7 but we

[ovirt-devel] Re: [OST] Testing master suite on using python 2.7?!

2020-11-19 Thread Nir Soffer
On Wed, Nov 18, 2020 at 6:40 PM Nir Soffer wrote: > > I'm trying to add a test module for image transfer: > https://gerrit.ovirt.org/c/112274/ > > The test use concurrent.futures module form the standard library. > This module is not available in python 2.7 but we don't support 2.7 in master > and