summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-06 07:49:40 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-06 07:53:39 -0800
commit4f38c610c30084cfb8b21fd972759235fc1077e5 (patch)
treece383bccaec4dde14ef7d708b5fac51b0aeb9356 /tox.ini
parent38adb23bd245329d26b36fd85a43aa9b3dd0406c (diff)
downloadpytest-4f38c610c30084cfb8b21fd972759235fc1077e5.tar.gz
Uninstall hypothesis in regen tox env
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
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