-
- Downloads
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.
Showing
- src/pl/plpython/expected/plpython_subtransaction.out 3 additions, 3 deletionssrc/pl/plpython/expected/plpython_subtransaction.out
- src/pl/plpython/expected/plpython_subtransaction_0.out 1 addition, 1 deletionsrc/pl/plpython/expected/plpython_subtransaction_0.out
- src/pl/plpython/expected/plpython_subtransaction_5.out 1 addition, 1 deletionsrc/pl/plpython/expected/plpython_subtransaction_5.out
- src/pl/plpython/sql/plpython_subtransaction.sql 1 addition, 1 deletionsrc/pl/plpython/sql/plpython_subtransaction.sql
Loading
Please register or sign in to comment