From 04d122339657c6ba034388790866749f228a05e4 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Wed, 30 May 2018 15:15:55 +0200 Subject: [PATCH] tests: use custom cache dir for pytest caches --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index e64904c6..3da89ba3 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,7 @@ [pytest] testpaths = rhodecode norecursedirs = rhodecode/public rhodecode/templates tests/scripts +cache_dir = /tmp/.pytest_cache pyramid_config = rhodecode/tests/rhodecode.ini vcsserver_protocol = http