borg/requirements.d/development.txt
Thomas Waldmann f9e6756d69
CI: fail hung tests after 5 minutes on the test VMs
test_create_read_special_symlink was seen hanging forever on NetBSD,
stalling one pytest-xdist worker until the 180 minute job timeout.
Install pytest-timeout and set PYTEST_TIMEOUT=300 for the VM test runs,
so a hung test fails with a stack dump instead of hanging the job.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-09 17:38:27 +02:00

13 lines
147 B
Text

pip !=24.2
virtualenv
build
tox
pytest
pytest-xdist
coverage[toml]
pytest-cov
pytest-benchmark
pytest-timeout
pre-commit
bandit[toml]
types-PyYAML