]> git.ipfire.org Git - thirdparty/bind9.git/commit
Temporarily change pytest.PytestRemovedIn9Warning error to warning
authorMichal Nowak <mnowak@isc.org>
Tue, 16 Dec 2025 18:03:38 +0000 (19:03 +0100)
committerMichal Nowak (GitLab job 6633213) <mnowak@isc.org>
Tue, 16 Dec 2025 20:28:55 +0000 (20:28 +0000)
commite3ccabe636d8921effe30fdd5073e46f43b4b75f
tree7ebc918c27f38a39f9079b37ddf89317f7613a8d
parent2c45971ac4c1895437e043e9f05a624fad55ca37
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.

We can't have the "filterwarnings" section in pytest.ini directly as
only pytest 8.0 knows about it.

(cherry picked from commit 0c5d9c00ef595f81afe8c0c7c2e9ee2128e13284)
.gitlab-ci.yml