Commit db617dd
authored
Support dill 0.3.6 (#5166)
* Remove fix on dill >= 0.3.6
* Unpin dill
* Fix dill save_function for dill 0.3.6
* Fix dill save_code for dill 0.3.6
* Pin dill<0.3.7 to support it explicitly in their next release
* Fix CI to test latest dill
* Fix style
* Fix dill _save_regex for dill 0.3.6
* Fix _save_regex
* Uninstall apache-beam for CI latest dependencies
* Fix uninstall of apache-beam
* Remove raising error when pickling logger
* Use pickable MagicMock when patching
* Fix style1 parent a2576b8 commit db617dd
File tree
4 files changed
+380
-80
lines changed- .github/workflows
- src/datasets/utils
- tests
4 files changed
+380
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | | - | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments