Merge branch 'development' into packages

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König
2024-11-17 21:08:10 +01:00
12 changed files with 34 additions and 29 deletions
@@ -1,4 +1,4 @@
FROM fedora:39
FROM fedora:41
RUN dnf install -y git initscripts
ENV GITDIR=/etc/.pihole
+1 -1
View File
@@ -2,5 +2,5 @@ pyyaml == 6.0.2
pytest == 8.3.3
pytest-xdist == 3.6.1
pytest-testinfra == 10.1.1
tox == 4.21.2
tox == 4.23.2
pytest-clarity == 1.0.1
@@ -6,5 +6,5 @@ allowlist_externals = docker
deps = -rrequirements.txt
setenv =
COLUMNS=120
commands = docker buildx build --load --progress plain -f _fedora_39.Dockerfile -t pytest_pihole:test_container ../
commands = docker buildx build --load --progress plain -f _fedora_41.Dockerfile -t pytest_pihole:test_container ../
pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py ./test_centos_fedora_common_support.py