From 379a7f4f5a0491964c7896834f3f326412888585 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 18 Sep 2018 08:37:14 -0700 Subject: Fix ansible-test unit test execution. (#45772) * Fix ansible-test units requirements install. * Run unit tests as unprivileged user under Docker. --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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 -- cgit v1.2.1