| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pytest-9.1.1-py3-none-any.whl | 2026-06-19 | 386.5 kB | |
| pytest-9.1.1.tar.gz | 2026-06-19 | 1.6 MB | |
| 9.1.1 source code.tar.gz | 2026-06-19 | 1.6 MB | |
| 9.1.1 source code.zip | 2026-06-19 | 1.9 MB | |
| README.md | 2026-06-19 | 1.1 kB | |
| Totals: 5 Items | 5.6 MB | 17 | |
pytest 9.1.1 (2026-06-19)
Bug fixes
- #14220: Fixed a logic bug in
pytest.RaisesGroupwhich would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages. - #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @pytest.mark.parametrize to fail with "duplicate parametrization of '\<fixture name>'".
- #14606: Fixed
list-itemtyping errors from mypy in@pytest.mark.parametrize <pytest.mark.parametrize ref>argvaluesparameter. - #14608: Fixed a regression in pytest 9.1.0 where
conftest.pyfiles located in<invocation dir>/test*were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (likepytest_addoption) in these files to not fire.