Commit 4e1aa1b
authored
⬆️ Bump pytest to v9.1.1 (#194)
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.1.0` → `==9.1.1` |

|

|
---
### Release Notes
<details>
<summary>pytest-dev/pytest (pytest)</summary>
###
[`v9.1.1`](https://redirect.github.com/pytest-dev/pytest/releases/tag/9.1.1)
[Compare
Source](https://redirect.github.com/pytest-dev/pytest/compare/9.1.0...9.1.1)
### pytest 9.1.1 (2026-06-19)
#### Bug fixes
-
[#​14220](https://redirect.github.com/pytest-dev/pytest/issues/14220):
Fixed a logic bug in `pytest.RaisesGroup` which would might cause it to
display incorrect "It matches <span class="title-ref">FooError()</span>
which was paired with <span class="title-ref">BarError</span>" messages.
-
[#​14591](https://redirect.github.com/pytest-dev/pytest/issues/14591):
Fixed a regression in pytest 9.1.0 which caused overriding a
parametrized fixture with an indirect <span
class="title-ref">[@​pytest](https://redirect.github.com/pytest).mark.parametrize</span>
to fail with "duplicate parametrization of '\<fixture name>'".
-
[#​14606](https://redirect.github.com/pytest-dev/pytest/issues/14606):
Fixed `list-item` typing errors from mypy in `@pytest.mark.parametrize
<pytest.mark.parametrize ref>` `argvalues` parameter.
-
[#​14608](https://redirect.github.com/pytest-dev/pytest/issues/14608):
Fixed a regression in pytest 9.1.0 where `conftest.py` files located in
`<invocation dir>/test*` were no longer loaded as initial conftests when
invoked without arguments.
This could cause certain hooks (like `pytest_addoption`) in these files
to not fire.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tr4nt0r/pythonkuma).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6cmVjeWNsZTogZGVwZW5kZW5jaWVzIiwiOnNuYWtlOiBweXRob24iXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 32da933 commit 4e1aa1b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments