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

thumbor / thumbor / 26686993783
89%

Build:
DEFAULT BRANCH: master
Ran 30 May 2026 03:02PM UTC
Jobs 5
Files 103
Run time 1min
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

30 May 2026 02:59PM UTC coverage: 88.894%. Remained the same
26686993783

push

github

marcelometal
Remove run-time dependency on setuptools

https://github.com/thumbor/thumbor/pull/1699 added a run-time dependency
on `setuptools` with the rationale that Python 3.12 removed it from the
default dependencies.  That would make sense if thumbor needed
`setuptools` at run-time.  However, thumbor doesn't use `setuptools` at
run-time (or anything else shipped with it, such as `distutils` or
`pkg_resources`).

Of course `setuptools` is needed to run `setup.py` itself, but a
dependency expressed in `install_requires` has never done anything to
achieve that because `setuptools` has to be present in order to process
that dependency.  `pyproject.toml` already has `build-system.requires`,
which is the correct way to express the build-time dependency.

It therefore seems to make most sense to simply drop this run-time
dependency.

A better workaround for the original problem is to explicitly install
`setuptools` before explicitly running `setup.py`.

Closes: #1692

3882 of 4367 relevant lines covered (88.89%)

4.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.13 - 26686993783.1 30 May 2026 03:02PM UTC 103
88.89
GitHub Action Run
2 run-3.10 - 26686993783.2 30 May 2026 03:02PM UTC 103
88.89
GitHub Action Run
3 run-3.14 - 26686993783.3 30 May 2026 03:02PM UTC 103
88.89
GitHub Action Run
4 run-3.11 - 26686993783.4 30 May 2026 03:02PM UTC 103
88.89
GitHub Action Run
5 run-3.12 - 26686993783.5 30 May 2026 03:02PM UTC 103
88.89
GitHub Action Run
Source Files on build 26686993783
  • Tree
  • List 103
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26686993783
  • d46c8dd2 on github
  • Prev Build on master (#26686651399)
  • Next Build on master (#26687543330)
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