Skip to content

Update stub_uploader tests daily command - #16364

Merged
AlexWaygood merged 4 commits into
python:mainfrom
donbarbos:fix-stubuploader-ci2
Sep 8, 2026
Merged

Update stub_uploader tests daily command#16364
AlexWaygood merged 4 commits into
python:mainfrom
donbarbos:fix-stubuploader-ci2

Conversation

@donbarbos

Copy link
Copy Markdown
Contributor

Sorry, missed this in PR #16360

Comment thread .github/workflows/daily.yml Outdated
cd stub_uploader
# Keep Python version in sync with stub_uploader's check_scripts.yml workflow.
uv run --python=3.13 --no-project --with-requirements=requirements.txt -m pytest tests
uv run --python=3.13 --group dev -m pytest tests

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we add --locked?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Hmm, sounds god

@AlexWaygood AlexWaygood left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thank you

cd stub_uploader
# Keep Python version in sync with stub_uploader's check_scripts.yml workflow.
uv run --python=3.13 --no-project --with-requirements=requirements.txt -m pytest tests
uv run --python=3.13 --locked --group dev -m pytest tests

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I believe --group=dev is unnecessary since uv includes the dev group by default, but it also doesn't hurt to be explicit

@AlexWaygood
AlexWaygood merged commit 4e907d0 into python:main Sep 8, 2026
96 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants