2020-12-01 10:02:31 +00:00
|
|
|
[tox]
|
2021-11-18 01:03:37 +00:00
|
|
|
envlist = py38
|
2020-12-01 10:02:31 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
whitelist_externals = docker
|
|
|
|
deps = -rrequirements.txt
|
2021-01-21 20:20:07 -06:00
|
|
|
commands = docker build -f _fedora_33.Dockerfile -t pytest_pihole:test_container ../
|
2022-01-30 23:05:28 +00:00
|
|
|
pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py ./test_centos_fedora_common_support.py ./test_fedora_support.py
|