1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-28 12:11:04 +02:00
docker-pi-hole/tox.ini
Adam Warner e1dc289d7d
Fix suggested spelling mistakes
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-22 17:41:29 +01:00

19 lines
721 B
INI

[tox]
envlist = py38
[testenv]
commands = echo "Use ./gh-actions-test.sh instead for now"
# Currently out of commission post-python3 upgrade due to failed monkey patch of testinfra sh -> bash
#[testenv]
#whitelist_externals = docker
#deps = -rrequirements.txt
## 2 parallel max b/c race condition with docker fixture (I think?)
#commands = docker run --rm --privileged multiarch/qemu-user-static:register --reset
# ./Dockerfile.py -v --arch amd64
# pytest -vv -n auto -k amd64 ./test/
# ./Dockerfile.py -v --arch armhf --arch arm64 --arch armel
# pytest -vv -n auto -k arm64 ./test/
# pytest -vv -n auto -k armhf ./test/
# pytest -vv -n auto -k armel ./test/