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

SAP / flake8-tergeo / 27656816545
100%

Build:
DEFAULT BRANCH: main
Ran 17 Jun 2026 12:16AM 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

17 Jun 2026 12:13AM UTC coverage: 99.826%. Remained the same
27656816545

push

github

web-flow
Update dependency pytest to v9.1.0 (#390)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [pytest](https://redirect.github.com/pytest-dev/pytest)
([changelog](https://docs.pytest.org/en/stable/changelog.html)) |
`==9.0.3` → `==9.1.0` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/9.1.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/9.0.3/9.1.0?slim=true)
|

---

### Release Notes

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

###
[`v9.1.0`](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.1.0)

[Compare
Source](https://redirect.github.com/pytest-dev/pytest/compare/9.0.3...9.1.0)

##### pytest 9.1.0 (2026-06-13)

##### Removals and backward incompatible breaking changes

-
[#&#8203;14533](https://redirect.github.com/pytest-dev/pytest/issues/14533):
When using `--doctest-modules`, autouse fixtures with `module`,
`package` or `session` scope that are defined inline in Python test
modules (not plugins or conftests) will now possibly execute twice.

If this is undesirable, move the fixture definition to a `conftest.py`
file if possible.

  Technical explanation for those interested:
When using <span class="title-ref">--doctest-modules</span>, pytest
possibly collects Python modules twice, once as `pytest.Module` and once
as a `DoctestModule` (depending on the configuration).
Due to improvements in pytest's fixture implementation, if e.g. the
`DoctestModule` collects a fixture, it is now visible to it only, and
not to the `Module`.
  This means that both need to register the fixtures independently.

##### Deprecations (removal in next major release)

-
[#&#8203;10819](https://redirect.github.com/pytest-dev/pytest/issues/10819):
Added a deprecation warning for class-scoped fixtures defined as
instance methods (without `@clas... (continued)

593 of 593 branches covered (100.0%)

Branch coverage included in aggregate %.

4581 of 4590 relevant lines covered (99.8%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27656816545.1 17 Jun 2026 12:16AM UTC 72
99.83
GitHub Action Run
Source Files on build 27656816545
  • 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 #27656816545
  • 5f42c863 on github
  • Prev Build on main (#27517758432)
  • Next Build on main (#27708813295)
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