click icon indicating copy to clipboard operation
click copied to clipboard

Add flask test to click

Open Rowlando13 opened this issue 1 month ago • 0 comments

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

Rowlando13 avatar Nov 22 '25 19:11 Rowlando13