pallets-eco / flask-mail

Flask-Mail adds SMTP mail sending to your Flask applications
https://flask-mail.readthedocs.io
BSD 3-Clause "New" or "Revised" License
599 stars 172 forks source link

Add `minimal` environment, fix CI #206

Closed wlach closed 4 months ago

wlach commented 4 months ago

flask-debugtoolbar had a minimal test environment which just attempts to import flask-mail. Since we copied the CI files over from that, we need to have that environment defined for the build to pass.