]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add support for pytest>=9.0.0
authorNicki Křížek <nicki@isc.org>
Tue, 16 Dec 2025 16:48:04 +0000 (17:48 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 21 Jan 2026 15:34:03 +0000 (16:34 +0100)
commitb1ebbcb7e08116495750260bbf69b85ae8d5eb2a
tree3e8377ca63f9982a712bccf33d5b4018f82eb97b
parent26861e789c02f6a7e300847a9aa9402881d094e2
Add support for pytest>=9.0.0

Use collection_path rather than the deprecated path argument for
pytest_ignore_collect() hook.

The collection_path argument was added in pytest 7.0.0, which is the
minimum supported pytest version from now on.

(cherry picked from commit 093bef9211b252653425f4477aa513d85e260cef)
.gitlab-ci.yml
bin/tests/system/conftest.py