Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pytest-8.4.1-py3-none-any.whl | 2025-06-18 | 365.5 kB | |
pytest-8.4.1.tar.gz | 2025-06-18 | 1.5 MB | |
8.4.1 source code.tar.gz | 2025-06-18 | 1.5 MB | |
8.4.1 source code.zip | 2025-06-18 | 1.8 MB | |
README.md | 2025-06-18 | 978 Bytes | |
Totals: 5 Items | 5.2 MB | 16 |
pytest 8.4.1 (2025-06-17)
Bug fixes
-
#13461: Corrected
_pytest.terminal.TerminalReporter.isatty
to support being called as a method. Before it was just a boolean which could break correct code when using-o log_cli=true
). -
#13477: Reintroduced
pytest.PytestReturnNotNoneWarning
{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.This warning is raised when a test functions returns a value other than
None
, which is often a mistake made by beginners.See
return-not-none
{.interpreted-text role="ref"} for more information. -
#13497: Fixed compatibility with
Twisted 25+
.
Improved documentation
- #13492: Fixed outdated warning about
faulthandler
not working on Windows.