Snawoot / postfix-mta-sts-resolver

Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy
MIT License
117 stars 23 forks source link

Fix tests #93

Closed Snawoot closed 1 year ago

Snawoot commented 1 year ago

Purpose of proposed changes

Fix config for pytest-asyncio due to recent changes in pytest-asyncio==0.20.0

Essential steps taken

Changed asyncio_mode to auto in the pytest config. It seem to work as good as legacy mode, while legacy mode is not available for pytest-asyncio>=0.20.0