Commit 542ba75
committed
Eliminate deprecation warning re use_bin_type
When 'use_bin_type' option is not set explicitly, msgpack-0.5.0 (and
only it, not 0.5.1 or newer) warns a user that its default value will be
changed in a future.
The main reason of the change is to allow
test_03_discovery_bad_good_addresses() test from test_mesh.py to pass on
msgpack-0.5.0: it counts deprecation warnings produced by a call and so
affected if unexpected warnings are emitted.
This commit is prerequisite to enable msgpack-0.5.0 in CI, which is done
in the next commit.
Follows up #1551 parent 45d530c commit 542ba75
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
79 | 90 | | |
80 | 91 | | |
81 | 92 | | |
| |||
0 commit comments