Merge branch 'development' into packages

This commit is contained in:
Christian König 2024-12-11 18:34:34 +01:00
commit c380c23592
No known key found for this signature in database
9 changed files with 42 additions and 50 deletions

View file

@ -1,5 +1,5 @@
pyyaml == 6.0.2
pytest == 8.3.3
pytest == 8.3.4
pytest-xdist == 3.6.1
pytest-testinfra == 10.1.1
tox == 4.23.2

View file

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