update tests: remove fedora 32, add fedora 34 (#4403)

Signed-off-by: bcambl <blayne@blaynecampbell.com>
This commit is contained in:
Blayne Campbell
2021-10-23 12:43:20 -06:00
committed by GitHub
parent 7cdd8871e5
commit 8713135b01
3 changed files with 3 additions and 3 deletions

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

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