9.0.1
📦 pytestView on GitHub →
🐛 4 fixes
Summary
pytest 9.0.1 is a bug‑fix release that restores unittest.SkipTest support, disables the terminal progress plugin on iTerm2, corrects API reference types, and resolves a UserWarning on early Python 3.12/3.13 builds.
🐛 Bug Fixes
- Restore support for skipping tests via `raise unittest.SkipTest` (issue #13895).
- Automatically disable the terminal progress plugin when iTerm2 is detected to prevent unwanted desktop notifications (issue #13896).
- Correct the TOML type of the verbosity settings in the API reference from number to string (issue #13904).
- Fix UserWarning: "Do not expect file_or_dir" on early Python 3.12 and 3.13 point releases (issue #13910).