1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-20 17:11:17 +08:00

Set column width to 120

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2024-07-02 08:23:48 +02:00
parent aa704a2e0e
commit 6b1d0e09d1
10 changed files with 20 additions and 0 deletions

View File

@ -4,5 +4,7 @@ envlist = py3
[testenv:py3]
allowlist_externals = docker
deps = -rrequirements.txt
setenv =
COLUMNS=120
commands = docker buildx build --load --progress plain -f _debian_11.Dockerfile -t pytest_pihole:test_container ../
pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py