]> 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:28:33 +0000 (16:28 +0100)
commit7c2a8e63f65e3ebde4b954004f39f9ccacbc7929
treeab9895b6f93e88f08bbb12e89c46553d79ca1c68
parent6e98ed3b2be71c37eec916f1ac485dd9f6cd056d
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