pgAdmin 4 commit: Ensure feature tests are compatible with Python 3.5.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure feature tests are compatible with Python 3.5.
Date: 2017-03-08 09:49:51
Message-ID: E1clYEB-0005Jt-8s@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure feature tests are compatible with Python 3.5.

This is required even if they aren't run, as RPM builds will try to byte compile all files in the distro.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=981ebfbcf73579ee43f00ea4e56dd218a1f17901

Modified Files
--------------
web/regression/feature_utils/pgadmin_page.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2017-03-08 10:06:47 Re: [PATCH] Allow to skip the feature tests
Previous Message Dave Page 2017-03-08 09:24:11 Re: [PATCH] Allow to skip the feature tests