summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-09-18 08:37:14 -0700
committerGitHub <noreply@github.com>2018-09-18 08:37:14 -0700
commit379a7f4f5a0491964c7896834f3f326412888585 (patch)
treeba98c76c1b3b17b0fc16ec66906cf8079a2062e2 /tox.ini
parent4e532e0ad99396cbfc5dd32a0b02efcc57523b99 (diff)
downloadansible-379a7f4f5a0491964c7896834f3f326412888585.tar.gz
Fix ansible-test unit test execution. (#45772)
* Fix ansible-test units requirements install. * Run unit tests as unprivileged user under Docker.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f460eb3139..33522366c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,6 +21,7 @@ passenv =
[pytest]
xfail_strict = true
+cache_dir = .pytest_cache
[flake8]
# These are things that the devs don't agree make the code more readable