summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2018-10-23 03:09:08 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2018-10-23 04:12:55 -0400
commit01a7165d42901ab4f99ea3d81c50cb9d485aa4d4 (patch)
treeb09ffe33f07de25d756c83c2f961e6c9419c135b
parent4dca28c2c8607d296bc6bd4d17735abad0a50ffa (diff)
downloadcouchdb-01a7165d42901ab4f99ea3d81c50cb9d485aa4d4.tar.gz
Hard code hypothesis to avoid master versions breaking builds
-rw-r--r--src/mango/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mango/Makefile b/src/mango/Makefile
index 1b2a50452..59f4a29c2 100644
--- a/src/mango/Makefile
+++ b/src/mango/Makefile
@@ -46,7 +46,7 @@ test:
# target: pip-install - Installs requires Python packages
pip-install:
pip install nose requests
- pip install hypothesis
+ pip install hypothesis==3.79.0
.PHONY: venv