# HG changeset patch # User Marcin Kuzminski # Date 2018-05-30 13:15:55 # Node ID 4a4ea797d433c3f51c925768481d8c2710fa9f63 # Parent a8ecef4ec3eb84db897cbf5c471bbf27902ec608 tests: use custom cache dir for pytest caches diff --git a/pytest.ini b/pytest.ini --- 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