Commit 262b024
committed
Suppress triage_tests warning on Py3.8.
Without the patch, one gets
DeprecationWarning: an integer is required (got type float).
Implicit conversion to integers using __int__ is deprecated, and may
be removed in a future version of Python.
when running triage_tests.py.1 parent 66f7968 commit 262b024
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments