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

SAP / flake8-tergeo / 34086731624
100%

Build:
DEFAULT BRANCH: main
Ran 07 Sep 2026 05:27AM UTC
Jobs 1
Files 72
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

07 Sep 2026 05:24AM UTC coverage: 99.69%. Remained the same
34086731624

push

github

web-flow
Update dependency pytest-randomly to v5 (#461)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[pytest-randomly](https://redirect.github.com/pytest-dev/pytest-randomly)
([changelog](https://redirect.github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst))
| `==4.1.0` → `==5.0.0` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-randomly/5.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-randomly/4.1.0/5.0.0?slim=true)
|

---

### Release Notes

<details>
<summary>pytest-dev/pytest-randomly (pytest-randomly)</summary>

###
[`v5.0.0`](https://redirect.github.com/pytest-dev/pytest-randomly/blob/HEAD/CHANGELOG.rst#500-2026-09-01)

[Compare
Source](https://redirect.github.com/pytest-dev/pytest-randomly/compare/4.1.0...5.0.0)

- Support Python 3.15.

- Shuffle tests in a wrapper around the `pytest_collection_modifyitems`
hook, guaranteeing that the shuffle runs before all other plugins’
implementations of the hook.

Previously, pytest-randomly shuffled in a plain `tryfirst` hook
implementation.
When another plugin also implemented the hook with `tryfirst`, as
pytest-django does, whichever plugin pytest happened to register later
ran first.
Registration order comes from package metadata on disk, which can differ
between seemingly identical environments — even two containers built
from the same `Dockerfile`, or the same virtual environment after
reinstalling a package.
As a result, the same seed could yield different test orders in
different environments.
Worse, in environments where pytest-randomly ended up shuffling last, it
silently destroyed the other plugin’s ordering — for pytest-django, the
grouping of database tests that mirrors Django’s test runner
(non-transactional database tests, then transactional ones, then the
rest).

Now the s... (continued)

1185 of 1194 branches covered (99.25%)

Branch coverage included in aggregate %.

4603 of 4612 relevant lines covered (99.8%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34086731624.1 07 Sep 2026 05:27AM UTC 72
99.69
GitHub Action Run
Source Files on build 34086731624
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34086731624
  • 26a250fb on github
  • Prev Build on main (#34072000440)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc