Commit 1bda1b4
Gitlab Tagging Bot
chore(tests): fix Marshmallow deprecation warning
For some reason, Marshmallow does not want the `key` and `value` fields of
a `fields.Mapping()` to be defined using keyword arguments.
Remove the `--disable-pytest-warnings` flag from the CI so that we do not
miss them.1 parent 45d1796 commit 1bda1b4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| |||
0 commit comments