tox.ini: regen: clear pytest cache for stable outcome
This commit is contained in:
parent
cec2dd6a7c
commit
e8eaebe595
1
tox.ini
1
tox.ini
|
@ -106,6 +106,7 @@ commands =
|
||||||
# don't show hypothesis plugin info in docs, see #4602
|
# don't show hypothesis plugin info in docs, see #4602
|
||||||
pip uninstall hypothesis -y
|
pip uninstall hypothesis -y
|
||||||
rm -rf /tmp/doc-exec*
|
rm -rf /tmp/doc-exec*
|
||||||
|
rm -rf {envdir}/.pytest_cache
|
||||||
make regen
|
make regen
|
||||||
|
|
||||||
[testenv:jython]
|
[testenv:jython]
|
||||||
|
|
Loading…
Reference in New Issue