Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Murtuza Zabuawala
Yes that I understood. I was targeting Python2.6 in general and by the way on 2020 we'll also have EOL for Python2.7 ;-) On Mon, Sep 11, 2017 at 3:29 PM, Dave Page wrote: > Well this is only for the CI of course - and we could limit it to just > Python 2.6. > > Plus... the wheel package is only

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Dave Page
Well this is only for the CI of course - and we could limit it to just Python 2.6. Plus... the wheel package is only used for creating the wheel, which is done on 2.7 anyway. On Mon, Sep 11, 2017 at 10:43 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > That will work but If

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Murtuza Zabuawala
That will work but If we stick with older versions then we won't be able to take advantages of bug fixes, security related fixes etc until CentOS6 is dead(which is 30 Nov 2020 EOL), I personally don't think that's a good idea. On Mon, Sep 11, 2017 at 3:01 PM, Dave Page wrote: > Hi > > On Mon, Se

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Dave Page
Hi On Mon, Sep 11, 2017 at 10:27 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > This is what I have in my system, which is working fine > > (venv26) murtuza@ubuntu-vm:[~/projects/pgadmin4/web/regression]$ python > Python 2.6.9 (default, Mar 6 2016, 02:31:36) > [GCC 5.3.1 20

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Murtuza Zabuawala
This is what I have in my system, which is working fine (venv26) murtuza@ubuntu-vm:[~/projects/pgadmin4/web/regression]$ python Python 2.6.9 (default, Mar 6 2016, 02:31:36) [GCC 5.3.1 20160225] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import wheel >>> w

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Murtuza Zabuawala
It's newer version of wheel is breaking this, set literals are not implemented in Python2.6. Unsupported syntax for Python2.6: { 'PKG-INFO', 'requires.txt', 'SOURCES.txt', } They released newer version couple of hours before :( On Mon, Sep 11, 2017 at 2:32 PM, Dave Page wrote: > Please al

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Dave Page
Please also check the python wheel builds OK - iirc, packages with conditionals in them in requirements.txt need special handling in setup.py. On Mon, Sep 11, 2017 at 9:55 AM, Dave Page wrote: > Great, but what's breaking Jenkins? > > On Mon, Sep 11, 2017 at 9:54 AM, Murtuza Zabuawala enterpris

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Dave Page
Great, but what's breaking Jenkins? On Mon, Sep 11, 2017 at 9:54 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > I'm able to run tests & pgAdmin4 on my machine using Python2.6. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Murtuza Zabuawala
I'm able to run tests & pgAdmin4 on my machine using Python2.6. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company [image: https://community.postgresrocks.net/] On Mon, Sep 11, 2017 at 2:08 PM, Dave Pag

Re: Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread Dave Page
Murtuza, please look into this ASAP. I need the builds to go green so I can cut the release! On Mon, Sep 11, 2017 at 9:32 AM, pgAdmin 4 Jenkins wrote: > See 436/display/redirect?page=changes> > > Changes: > > [Dave Page] Stick with the

Build failed in Jenkins: pgadmin4-master-python26 #436

2017-09-11 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Stick with the older Flask-Script module for Python 2.6 -- Started by an SCM change Started by an SCM change Started by an SCM change Sta