pimutils / vdirsyncer

📇 Synchronize calendars and contacts.
https://vdirsyncer.pimutils.org/
Other
1.51k stars 156 forks source link

Fix `HealthCheck.all()` deprecation warnings #1086

Open just1602 opened 10 months ago

just1602 commented 10 months ago

When I was running pytest there were some deprecation warnings related to HealthCheck.all() that should be replaced with list(HealthCheck), so here's the fix. :smile: