]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add requirements.txt for system tests
authorNicki Křížek <nicki@isc.org>
Tue, 16 Dec 2025 17:27:20 +0000 (18:27 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 21 Jan 2026 15:07:31 +0000 (16:07 +0100)
commit628e16d057cd204ca1a3bedd180a810061b1c3f6
tree989d9b22518e7a7b761262b2065d0faeb950c503
parent3d91b5c451998ec06a582c0eaefee000458db695
Add requirements.txt for system tests

This file lists the required Python packages and versions for running
system tests. The easiest way to obtain them is:

    pip install -r requirements.txt

The minimum dnspython version is 2.7.0 because it supports TSIG parsing
without validation (for tsig/tests_tsig_hypothesis.py) and wire() (for
names/tests_names.py).

The minimum pytest version was bumped to 7.0.0 because it supports the
collection hook API required by pytest 9.

The minimum hypothesis version was set to 4.41.2 as prior versions might
have issues on FIPS systems.
REUSE.toml
bin/tests/system/requirements.txt [new file with mode: 0644]