crate / crate-operator

The CrateDB Kubernetes Operator provides a convenient way to run CrateDB clusters inside Kubernetes.
https://crate.io
Apache License 2.0
22 stars 6 forks source link

Change pytest async mode to auto #586

Closed SStorm closed 4 months ago

SStorm commented 4 months ago

Summary of changes

This way we do not have to use the annoying @pytest.mark.asyncio annotation everywhere.

Checklist