tox.ini: regen: clear pytest cache for stable outcome

This commit is contained in:
Daniel Hahler 2019-04-03 19:50:57 +02:00
parent cec2dd6a7c
commit e8eaebe595
1 changed files with 1 additions and 0 deletions

View File

@ -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]