Support and test Debian Bullsye (11)

Signed-off-by: Daniel <daniel@developerdan.com>
This commit is contained in:
Daniel
2021-04-15 13:59:10 +00:00
parent 012d1e4b3d
commit fdca19e66d
6 changed files with 32 additions and 7 deletions

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

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