Skip to content

Fix deprecated tenacity call#51

Merged
mhamzak008 merged 1 commit intoopsgenie:masterfrom
peterthomassen:patch-1
Mar 10, 2021
Merged

Fix deprecated tenacity call#51
mhamzak008 merged 1 commit intoopsgenie:masterfrom
peterthomassen:patch-1

Conversation

@peterthomassen
Copy link
Copy Markdown
Contributor

Since tenacity 6.0.0, tenacity.Retrying.call is deprecated and generates warning messages. Instead one should be calling the Retrying instance itself: retrying(). jd/tenacity#253

This new recommended behavior was also previously supported (no breaking change).

Since tenacity 6.0.0, `tenacity.Retrying.call` is deprecated and generates warning messages. Instead one should be calling the `Retrying` instance itself: `retrying()`. jd/tenacity#253

This new recommended behavior was also previously supported (no breaking change).
@mhamzak008 mhamzak008 merged commit f3f1419 into opsgenie:master Mar 10, 2021
mhamzak008 added a commit that referenced this pull request Mar 10, 2021
@peterthomassen peterthomassen deleted the patch-1 branch March 10, 2021 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants