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

2018-02-19 Thread Dave Page
On Mon, Feb 12, 2018 at 6:30 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Dave, > > On Fri, Feb 9, 2018 at 8:40 PM, Dave Page wrote: > >> Hi, >> >> Doesn't this need to include 2.7 in the test that'll install the newer >> version of psycopg2? e.g. >> >> psycopg2>=2.7.3.

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

2018-02-11 Thread Murtuza Zabuawala
Hi Dave, On Fri, Feb 9, 2018 at 8:40 PM, Dave Page wrote: > Hi, > > Doesn't this need to include 2.7 in the test that'll install the newer > version of psycopg2? e.g. > > psycopg2>=2.7.3.2; python_version >= '2.7' > Sorry for the typo. > psycopg2==2.7.3.2; python_version < '2.7' > > Also, I th

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

2018-02-09 Thread Dave Page
Hi, Doesn't this need to include 2.7 in the test that'll install the newer version of psycopg2? e.g. psycopg2>=2.7.3.2; python_version >= '2.7' psycopg2==2.7.3.2; python_version < '2.7' Also, I think the change as written breaks the wheel generation (see the comment at the top of requirements.tx

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

2018-02-09 Thread Murtuza Zabuawala
Hi Dave, Newer version of psycopg2 have drop the support for Python2.6. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Feb 9, 2018 at 3:47 PM, pgAdmin 4 Jenkins wrote: > See