From e8eaebe595be2a88c6341e03d09f4225c0f88bf3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 3 Apr 2019 19:50:57 +0200 Subject: [PATCH] tox.ini: regen: clear pytest cache for stable outcome --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4f24150b7..eb0402f6a 100644 --- a/tox.ini +++ b/tox.ini @@ -106,6 +106,7 @@ commands = # don't show hypothesis plugin info in docs, see #4602 pip uninstall hypothesis -y rm -rf /tmp/doc-exec* + rm -rf {envdir}/.pytest_cache make regen [testenv:jython]