Update test to reflect currently supported OS

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-06-20 10:33:32 +02:00
parent b20aa865b9
commit f9d1893f96
10 changed files with 2 additions and 97 deletions

8
test/tox.ubuntu_22.ini Normal file
View File

@@ -0,0 +1,8 @@
[tox]
envlist = py38
[testenv]
whitelist_externals = docker
deps = -rrequirements.txt
commands = docker build -f _ubuntu_22.Dockerfile -t pytest_pihole:test_container ../
pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py