From 4f38c610c30084cfb8b21fd972759235fc1077e5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 6 Jan 2019 07:49:40 -0800 Subject: [PATCH] Uninstall hypothesis in regen tox env --- changelog/4602.trivial.rst | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelog/4602.trivial.rst 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