2020-12-01 10:02:31 +00:00
|
|
|
[tox]
|
2022-09-15 09:00:33 +00:00
|
|
|
envlist = py3
|
2020-12-01 10:02:31 +00:00
|
|
|
|
2022-12-18 13:22:44 +00:00
|
|
|
[testenv:py3]
|
2022-09-19 09:44:53 +00:00
|
|
|
allowlist_externals = docker
|
2020-12-01 10:02:31 +00:00
|
|
|
deps = -rrequirements.txt
|
2023-02-16 20:02:49 +00:00
|
|
|
commands = docker buildx build --load --progress plain -f _centos_8.Dockerfile -t pytest_pihole:test_container ../
|
2022-12-18 13:22:44 +00:00
|
|
|
pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py ./test_centos_fedora_common_support.py ./test_centos_common_support.py
|