- Notifications
You must be signed in to change notification settings - Fork5
Commitf16d522
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 parentd67616c commitf16d522
File tree
6 files changed
+445
-16
lines changed- src/pl/plpython
- expected
- sql
6 files changed
+445
-16
lines changed| 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)