Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal environment, fix CI #206

Merged
merged 1 commit into from
May 20, 2024

Conversation

wlach
Copy link
Contributor

@wlach wlach commented May 20, 2024

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.

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.
envlist =
py3{12,11,10,9,8}
minimal
skip_missing_interpreters = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line also copied from flask-debugtoolbar

@aenglander aenglander merged commit d160059 into pallets-eco:master May 20, 2024
6 checks passed
@davidism davidism added this to the 0.10.0 milestone May 23, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants