• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pantsbuild / pants / 24420161240
93%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 08:14PM UTC
Jobs 12
Files 1734
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Apr 2026 08:01PM UTC coverage: 92.923% (+0.01%) from 92.91%
24420161240

push

github

web-flow
Fix uv PEX builder to use pex3 lock export (#23227)

When the uv PEX builder extracts pinned requirements from
a PEX-native lockfile, it previously parsed the internal JSON
format directly. This broke VCS and direct URL requirements
(formatted as name==version instead of name @ url), and the
PEX maintainer has warned that this internal format is
unsupported and may change without notice.

This PR replaces JSON parsing with `pex3 lock export --format pep-751`
via PexCliProcess. The exported pylock.toml is passed
directly to uv pip install -r, handling VCS refs, direct URLs,
extras, and platform filtering out of the box.

38 of 39 new or added lines in 3 files covered. (97.44%)

1 existing line in 1 file now uncovered.

91660 of 98641 relevant lines covered (92.92%)

4.04 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
96.62
1.69% src/python/pants/backend/python/util_rules/pex.py

Coverage Regressions

Lines Coverage ∆ File
1
96.62
1.69% src/python/pants/backend/python/util_rules/pex.py
Jobs
ID Job ID Ran Files Coverage
1 test_python_linux_x86_64_6/10 - 24420161240.1 14 Apr 2026 08:14PM UTC 1185
49.55
GitHub Action Run
2 test_python_linux_x86_64_8/10 - 24420161240.2 14 Apr 2026 08:20PM UTC 1192
53.62
GitHub Action Run
3 test_python_linux_x86_64_2/10 - 24420161240.3 14 Apr 2026 08:14PM UTC 1191
58.69
GitHub Action Run
4 test_python_linux_x86_64_3/10 - 24420161240.4 14 Apr 2026 08:18PM UTC 1189
53.91
GitHub Action Run
5 test_python_macos14_arm64 - 24420161240.5 14 Apr 2026 08:26PM UTC 1173
52.38
GitHub Action Run
6 test_python_linux_arm64 - 24420161240.6 14 Apr 2026 08:19PM UTC 1173
52.4
GitHub Action Run
7 test_python_linux_x86_64_0/10 - 24420161240.7 14 Apr 2026 08:19PM UTC 1209
56.8
GitHub Action Run
8 test_python_linux_x86_64_9/10 - 24420161240.8 14 Apr 2026 08:20PM UTC 1200
53.91
GitHub Action Run
9 test_python_linux_x86_64_4/10 - 24420161240.9 14 Apr 2026 08:22PM UTC 1224
59.41
GitHub Action Run
10 test_python_linux_x86_64_1/10 - 24420161240.10 14 Apr 2026 08:18PM UTC 1188
49.19
GitHub Action Run
11 test_python_linux_x86_64_5/10 - 24420161240.11 14 Apr 2026 08:15PM UTC 1204
59.72
GitHub Action Run
12 test_python_linux_x86_64_7/10 - 24420161240.12 14 Apr 2026 08:21PM UTC 1195
51.3
GitHub Action Run
Source Files on build 24420161240
  • Tree
  • List 1734
  • Changed 7
  • Source Changed 3
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24420161240
  • 8ca042b0 on github
  • Prev Build on main (#24412209202)
  • Next Build on main (#24420373171)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc