-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add flask test to click #3157
Copy link
Copy link
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filef:test runnerfeature: cli test runnerfeature: cli test runner
Milestone
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filef:test runnerfeature: cli test runnerfeature: cli test runner
Using this workflow, add a CI job
$ git clone https://github.com/pallets/flask
$ cd flask
$ uv venv --python 3.14
$ source .venv/bin/activate
$ uv sync --all-extras
$ uv run --with "git+https://github.com/pallets/click.git@main" -- pytest
Also possibly at tox action to flask to run with click's latest