Commit bc170cb
committed
fix(test): deepcopy the SDG fixture instead of pydantic v2 model_copy
The compat leg (3.10, pydantic 1.10) failed v1.3.0's release run on the
side-channel regression test: PyApplication.model_copy(deep=True) is
v2-only. copy.deepcopy is version-neutral and matches the test's intent
(it mutates nested call sites).1 parent f06ec30 commit bc170cb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
213 | | - | |
| 215 | + | |
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
| |||
0 commit comments