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

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

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 01:24AM UTC
Files 1183
Run time 29s
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

17 Mar 2026 12:54AM UTC coverage: 53.558%. Remained the same
23173198711.4

push

github

web-flow
worktree friendly pants_dev_deps fingerprinting to stop the clobbering (#23017)

`pants_venv` maintains two *different* fingerprints:
 * `venv_dir`: Where to put the venv
 * `activate_pants_venv`: Should we delete and recreate the venv

`activate_pants_venv` hashes the requirements.txt, but `venv_dir` does
not. not so if you ran more than one pants from source -- such as
through worktrees or multiple checkouts -- you would get terrible
unpredictable results when requirements.txt differed. One script doing
`pip install` while the other does `rm -rf` does not go well.

Adding the repo/checkout directory to the `venv_dir` hash gives each
Pants checkout a safe location.

The alternative would be to add requirements.txt to the `venv_dir` hash,
but then you would get many venvs sitting around needing some sort of
pruning. Hashing on the repo dir maintains the current "one checkout" =
"one activate_pants_venv" behavior like one would have with a regular
old`.venv`.

31949 of 59653 relevant lines covered (53.56%)

0.54 hits per line

Source Files on job test_python_linux_x86_64_8/10 - 23173198711.4
  • Tree
  • List 1183
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23173198711
  • 70770692 on github
  • Prev Job for on main (#23173035367.1)
  • Next Job for on main (#23173232554.6)
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