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

gtimelog / gtimelog / 11190703287 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 05 Oct 2024 05:19AM UTC
Files 3
Run time 0s
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

09 Sep 2024 10:36AM UTC coverage: 100.0%. Remained the same
11190703287.1

push

github

mgedmin
Fix tox when using tox-uv

The tox-uv plugin makes tox use 'uv pip install' for the install step,
and also it uses 'uv venv' for the virtualenvs and doesn't install pip
inside them.

I can either install pip manually, or require tox-uv and use uv pip, or
somehow try to autodetect whether uv is available and use it instead of
pip.  Depending on pip seems simplest.

Also, add a comment to self explaining why I'm jumping through hooks
with skip_install and commands_pre (this is so I can override commands
in other testenvs, like coverge, and then have them work the same way).

TBH I'm not sure commands_pre was a good idea, because now I have to
explicitly turn it off for all the helper toxenvs like flake8 etc.

More cleanup of toxenvs:

- [toxenv:coverage] was pip installing twice (once from commands_pre)
- [toxenv:coverage] was repeating the test dependencies instead of reusing
  {[toxenv]deps}
- basepython = python3 can be assumed, python 2 is mostly dead
- skip_install can be assumed to be inherited from [toxenv]
  (except for tool toxenvs I don't want to make any assumptions, in case
  I decide to switch back to installing all the deps by default)

776 of 776 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 11190703287.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11190703287
  • 8b94a417 on github
  • Prev Job for on master (#10283505243.1)
  • Next Job for on master (#11253303682.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