Merge pull request #4604 from asottile/uninstall_hypothesis

Uninstall hypothesis in regen tox env
This commit is contained in:
Anthony Sottile 2019-01-06 10:28:11 -08:00 committed by GitHub
commit a4c426b1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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