Update test to reflect currently supported OS
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
8
test/tox.ubuntu_22.ini
Normal file
8
test/tox.ubuntu_22.ini
Normal 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
|
||||
Reference in New Issue
Block a user