]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Temporarily change pytest.PytestRemovedIn9Warning error to warning
authorMichal Nowak <mnowak@isc.org>
Tue, 16 Dec 2025 20:25:37 +0000 (21:25 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 16 Dec 2025 20:25:37 +0000 (21:25 +0100)
We need this to be able to use pytest 9.0 from Debian "sid".

Additionally, this error needs to be addressed before pytest 9.1 is
released, as the filter will no longer work. Also, all pytests in CI
images need to be upgraded to version 7, where the new API is supported.

Related #5690

Merge branch 'mnowak/ignore-pytest-PytestRemovedIn9Warning' into 'main'

See merge request isc-projects/bind9!11379


Trivial merge