diff --git a/changelog/4602.trivial.rst b/changelog/4602.trivial.rst new file mode 100644 index 000000000..619b40601 --- /dev/null +++ b/changelog/4602.trivial.rst @@ -0,0 +1 @@ +Uninstall ``hypothesis`` in regen tox env. diff --git a/tox.ini b/tox.ini index 3d5c2fd56..7cb430223 100644 --- a/tox.ini +++ b/tox.ini @@ -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