forked from pi-hole/docker-pi-hole
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
18 lines (16 loc) · 720 Bytes
/
Copy pathtox.ini
File metadata and controls
18 lines (16 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
envlist = py38
[testenv]
commands = echo "Use ./gh-actions-test.sh instead for now"
# Currently out of comission 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/