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
6.1k stars 746 forks source link

Pants: Add more dependency-related BUILD metadata #6254

Closed cognifloyd closed 2 months ago

cognifloyd commented 2 months ago

This PR has commits extracted from #6202 where I'm working on getting all of our unit tests to run under pants+pytest.

This PR adds dependency-related BUILD metadata required to run various tests. In general, this includes:

It can be beneficial to step through the commits. That will show you which tests needed the metadata.