Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/tox.ubuntu_22.ini')
-rw-r--r--test/tox.ubuntu_22.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tox.ubuntu_22.ini b/test/tox.ubuntu_22.ini
new file mode 100644
index 00000000..2a3285aa
--- /dev/null
+++ b/test/tox.ubuntu_22.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist = py38
+
+[testenv]
+whitelist_externals = docker
+deps = -rrequirements.txt
+commands = docker build -f _ubuntu_22.Dockerfile -t pytest_pihole:test_container ../
+ pytest {posargs:-vv -n auto} ./test_any_automated_install.py ./test_any_utils.py