Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Andrei Stepanov
Ok. Thank you. For your information there is some warning about wheel. However, it works even with this warning. # pip install 'avocado-framework==36.0' DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support f

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Cleber Rosa
On 02/07/2017 09:53 AM, Andrei Stepanov wrote: > It seems that I can install: Avocado LTS using virtualenv + avocado-vt > from github as a plugin. > > avocado shows tp-qemu tests. > > My steps are: > > 1. Enable RHEL optional repo. > 2. yum install libvirt libvirt-devel xz-devel libffi-devel py

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Andrei Stepanov
It seems that I can install: Avocado LTS using virtualenv + avocado-vt from github as a plugin. avocado shows tp-qemu tests. My steps are: 1. Enable RHEL optional repo. 2. yum install libvirt libvirt-devel xz-devel libffi-devel python-devel openssl-devel openssl-devel "@Development tools" 3. pyt

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Cleber Rosa
On 02/07/2017 08:34 AM, Andrei Stepanov wrote: > > > On Tue, Feb 7, 2017 at 2:20 PM, Cleber Rosa > wrote: > > > > > Andrei, > > Running a command such as: > > pip install -r > > https://raw.githubusercontent.com/avocado-framework/avocado/36lts/re

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Andrei Stepanov
On Tue, Feb 7, 2017 at 2:20 PM, Cleber Rosa wrote: > > > > Andrei, > > Running a command such as: > > pip install -r > https://raw.githubusercontent.com/avocado-framework/avocado/ > 36lts/requirements.txt > > Would have probably saved you a lot of this hassle. This is documented > here: > > http

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Cleber Rosa
On 02/07/2017 08:04 AM, Andrei Stepanov wrote: > Hi. > > Short report: I am trying to install LTS 36 into virtualenv on RHEL6: > > (avocado) [root@localhost ~]# pip install 'avocado-framework==36.0' > DEPRECATION: Python 2.6 is no longer supported by the Python core team, > please upgrade your

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Andrei Stepanov
Hi. Short report: I am trying to install LTS 36 into virtualenv on RHEL6: (avocado) [root@localhost ~]# pip install 'avocado-framework==36.0' DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Cleber Rosa
On 02/07/2017 06:46 AM, Lucas Meneghel Rodrigues wrote: > I'm not sure putting a file with references to a relatively independent > plugin in the main avocado repo the correct thing to do. It's probably > better to put a file with that summary in the avocado-vt repository instead. > I think Andre

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Lucas Meneghel Rodrigues
Or maybe adapt the text and split the files, one that goes into avocado.git and another one that goes into avocado-vt.git. On Tue, Feb 7, 2017 at 12:46 PM Lucas Meneghel Rodrigues wrote: > I'm not sure putting a file with references to a relatively independent > plugin in the main avocado repo t

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Lucas Meneghel Rodrigues
I'm not sure putting a file with references to a relatively independent plugin in the main avocado repo the correct thing to do. It's probably better to put a file with that summary in the avocado-vt repository instead. On Tue, Feb 7, 2017 at 12:19 PM Andrei Stepanov wrote: > Hi, > > How do you

Re: [Avocado-devel] Heads-up: dropping Python 2.6 support

2017-02-07 Thread Andrei Stepanov
Hi, How do you see an idea to create a file in https://github.com/avocado-framework/avocado with information from https://www.redhat.com/archives/avocado-devel/2016-April/msg00038.html ? On Mon, Feb 6, 2017 at 2:41 PM, Cleber Rosa wrote: > > On 02/06/2017 08:34 AM, Cleber Rosa wrote: > > Hello