Tweak tests to support Python 3.7
Peter Eisentraut <peter_e@gmx.net>
Tweak tests to support Python 3.7 Python 3.7 removes the trailing comma in the repr() of BaseException (see <https://bugs.python.org/issue30399>), leading to test output differences. Work around that by composing the equivalent test output in a more manual way.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/expected/plpython_subtransaction_0.out | modified | +1 −1 |
| src/pl/plpython/expected/plpython_subtransaction_5.out | modified | +1 −1 |
| src/pl/plpython/expected/plpython_subtransaction.out | modified | +3 −3 |
| src/pl/plpython/sql/plpython_subtransaction.sql | modified | +1 −1 |