]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit9aa2b3ea0697e3c560fa8654bfad1b1317aa0db4
tree7f587a219d885c20c00b4f2ae751d07703c9402c
parentf5d6fd051fcab28ff0d75ff7ec56edbe61314c92
parent0c5d9c00ef595f81afe8c0c7c2e9ee2128e13284
chg: test: Temporarily change pytest.PytestRemovedIn9Warning error to warning

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