Uninstall hypothesis in regen tox env

This commit is contained in:
Anthony Sottile 2019-01-06 07:49:40 -08:00
parent 38adb23bd2
commit 4f38c610c3
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
Uninstall ``hypothesis`` in regen tox env.

View File

@ -153,6 +153,8 @@ whitelist_externals =
rm
make
commands =
# don't show hypothesis plugin info in docs, see #4602
pip uninstall hypothesis -y
rm -rf /tmp/doc-exec*
make regen