Skip to content

Commit a4c426b

Browse files
authored
Merge pull request #4604 from asottile/uninstall_hypothesis
Uninstall hypothesis in regen tox env
2 parents 38adb23 + 4f38c61 commit a4c426b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog/4602.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Uninstall ``hypothesis`` in regen tox env.

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ whitelist_externals =
153153
rm
154154
make
155155
commands =
156+
# don't show hypothesis plugin info in docs, see #4602
157+
pip uninstall hypothesis -y
156158
rm -rf /tmp/doc-exec*
157159
make regen
158160

0 commit comments

Comments
 (0)