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

pantsbuild / pants / 24420161240 / 4
93%
main: 93%

Build:
DEFAULT BRANCH: main
Ran 14 Apr 2026 08:26PM UTC
Files 1189
Run time 36s
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: 53.906% (+0.05%) from 53.86%
24420161240.4

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.

33194 of 61578 relevant lines covered (53.91%)

0.54 hits per line

Source Files on job test_python_linux_x86_64_3/10 - 24420161240.4
  • Tree
  • List 1189
  • Changed 4
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24420161240
  • 8ca042b0 on github
  • Prev Job for on main (#24412209202.7)
  • Next Job for on main (#24420373171.3)
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