diff options
author | Matt Clay <matt@mystile.com> | 2018-09-18 08:37:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 08:37:14 -0700 |
commit | 379a7f4f5a0491964c7896834f3f326412888585 (patch) | |
tree | ba98c76c1b3b17b0fc16ec66906cf8079a2062e2 /tox.ini | |
parent | 4e532e0ad99396cbfc5dd32a0b02efcc57523b99 (diff) | |
download | ansible-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |