Commit 4094de8
committed
⬆️
`PickledData` pickles with `recurse=True`, which `dill` grew in 0.3.0,
and parser round-trips only survive from 0.3.6. The requirement was
inherited unpinned from `aiida-shell`, which had no job resolving its
dependencies downwards, so the minimum-requirements job resolved
`dill==0.2` and every test that pickles a parser failed.
Bisected against the parser tests: 0.3.0 through 0.3.4 accept the
keyword but cannot unpickle what they wrote, 0.3.6 is the first that
round-trips. The upper bound keeps the currently used 0.4.1 in range.dill: require at least 0.3.61 parent 84a37c1 commit 4094de8
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments