]> 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:07:31 +0000 (16:07 +0100)
commit093bef9211b252653425f4477aa513d85e260cef
tree09bab439c62c1d68f4b998ea513d44bae8827dd6
parent628e16d057cd204ca1a3bedd180a810061b1c3f6
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.
.gitlab-ci.yml
bin/tests/system/conftest.py