- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitf1b8987
committed
PL/Python: Make tests pass with Python 3.5
The error message wording for AttributeError has changed in Python 3.5.For the plpython_error test, add a new expected file. In theplpython_subtransaction test, we didn't really care what the exceptionis, only that it is something coming from Python. So use a genericexception instead, which has a message that doesn't vary acrossversions.1 parent87cdfeb commitf1b8987
File tree
6 files changed
+445
-16
lines changed- src/pl/plpython
- expected
- sql
6 files changed
+445
-16
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
0 commit comments
Comments
(0)