
We have method passthru that is accepting parameter async, but since python 3.7 use async as reserved word, the async parameter is deprecated, async_call should be used instead. async parameter will be removed in the next cycle. Change-Id: I6299aafd30faae9a93df2cb901c1505df47e6b45 Task: 9289 Story: 1751306
5 lines
162 B
YAML
5 lines
162 B
YAML
---
|
|
other:
|
|
async parameter of passthru and driver_passthru decorators is deprecated
|
|
and will be removed in next cycle. async_call should be used instead.
|