summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-09-18 08:37:14 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-10-09 18:25:24 -0700
commitecc706f1225e4c05f88b7fc424ede8721e7c40e5 (patch)
tree0e6414a92427fecba16e53d0d44b826e24f96ba0 /tox.ini
parent6d07cec5887ef2802e09da1871cc4777c835ebcd (diff)
downloadansible-ecc706f1225e4c05f88b7fc424ede8721e7c40e5.tar.gz
Fix ansible-test unit test execution. (#45772)
* Fix ansible-test units requirements install. * Run unit tests as unprivileged user under Docker. (cherry picked from commit 379a7f4f5a0491964c7896834f3f326412888585)
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