- update to 8.4.1

* #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 which
    was removed by accident in pytest 8.4.
  * #13497: Fixed compatibility with Twisted 25+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=155
This commit is contained in:
2025-06-23 05:48:42 +00:00
committed by Git OBS Bridge
parent 7bab82adc1
commit 5f8d5a49d1
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 20 05:07:43 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 8.4.1
* #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 which
was removed by accident in pytest 8.4.
* #13497: Fixed compatibility with Twisted 25+.
-------------------------------------------------------------------
Tue Jun 10 11:19:07 UTC 2025 - Dirk Müller <dmueller@suse.com>