Drop the UV_LOCK_TIMEOUT=900 CI workaround once cp315 wheels are generally available
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 78/100
Research direction
Check the cp315 CI legs and dependency wheel availability first, then inspect .github/actions/setup_build_env/action.yml. Once the heavy dependencies have prebuilt cp315 wheels, remove the UV_LOCK_TIMEOUT environment block and its comment. Done means 3.15 CI completes without the workaround and its timing is back in line with other Python versions.
Written by the indexing model from the issue text.
Description
Follow-up to https://github.com/reflex-dev/reflex/pull/6930 (Python 3.15 support).
.github/actions/setup_build_env/action.yml now sets UV_LOCK_TIMEOUT: "900" on uv sync, because on the cp315 legs several dependencies (numpy, pandas, scipy, matplotlib, contourpy, ...) have no prebuilt wheels and are built from sdist, which can hold the uv cache lock past the default 300s.
This raises the ceiling for every CI job, not just 3.15, and can mask a genuinely stuck sync by up to 15 minutes.
Once the heavy deps publish cp315 wheels (so the 3.15 legs stop building from sdist):
- Remove the
env: UV_LOCK_TIMEOUTblock fromsetup_build_env/action.ymland its comment. - Confirm 3.15 CI times drop back in line with the other versions.
- Dominant language
- Python
- Stars
- 28.9k
- Forks
- 1.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 173
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from reflex-dev/reflex
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
reflex-dev/reflex#7148 · 1 comment ·
-
Difficulty 1/5 Under an hour Newbie friendliness 85/100
reflex-dev/reflex#7103 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
reflex-dev/reflex#6823 · 1 comment ·
-
support redis v8 Openfeature request
Difficulty 1/5 Under an hour Newbie friendliness 88/100
reflex-dev/reflex#6764 · 3 comments · 1 reaction ·
-
documentation upstream
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
reflex-dev/reflex#6436 · 3 comments ·
All issues in reflex-dev/reflex
Similar issues
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
simonw/sqlite-utils#872 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100