StackStorm / st2

StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html
https://stackstorm.com/
Apache License 2.0
5.96k stars 741 forks source link

Fix misc DeprecationWarnings #6188

Closed cognifloyd closed 2 months ago

cognifloyd commented 2 months ago

This extracts @nzlosh's DeprecationWarning fixes from #6157.

cognifloyd commented 2 months ago

~Dropped the log warn/warning change for now. That can go in a dedicated PR to figure out why the st2client token tests were failing.~

I found the commit I missed cherry-picking, so I re-added the logger.warning deprecation fixes.

cognifloyd commented 2 months ago

rebased on master