On 2024-03-24 18:28, Timo Röhling wrote:
Control: reopen -1
Control: notfixed -1 3.1.2-2

On Fri, 15 Mar 2024 21:44:05 +0000 Debian FTP Masters <ftpmas...@ftp-master.debian.org> wrote:
   * [2375fb4] Disable pytest8 deprecation warnings (Closes:    #1063951)
     - Also (Closes: #1066742) built with pytest8
Unfortunately, this was not a permanent solution, because the features which PytestRemovedIn8Warning has been warning about, have been actually removed now (pytest 8.1).


Cheers
Timo



They seem to have renamed 'PytestRemovedIn8Warning' to
'PytestRemovedIn9Warning' and we can't ignore a non-existent exception
type without generating an error. When I remove it from the ignore list and just keep the 2 DeprecationWarning types, I can successfully run the test suite with pytest 8.1.1.

I'll go for this until upstream adds support for pytest8.

Michael

Reply via email to