pgAdmin 4 commit: Fix tablespace tests for Python 3.x. Fixes #3138 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix tablespace tests for Python 3.x. Fixes #3138
Date
Msg-id E1eoYHg-0004WM-0a@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix tablespace tests for Python 3.x. Fixes #3138

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51cc04b5b0c10d8ad693ee036009d0a6323e0f48
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/tablespaces/tests/test_backend_supported.py        | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix validation of sequence parameters. Fixes #3014
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: PEP8 cleanups for the sequences module.