summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2018-10-23 03:09:08 -0400
committerNick Vatamaniuc <vatamane@apache.org>2018-10-23 03:09:08 -0400
commitca9ed7ce5755c0b3883840a0dd7205b9c1549ff1 (patch)
treeb09ffe33f07de25d756c83c2f961e6c9419c135b
parent4dca28c2c8607d296bc6bd4d17735abad0a50ffa (diff)
downloadcouchdb-hardcode-hypothesis-version.tar.gz
Hard code hypothesis to avoid master versions breaking buildshardcode-hypothesis-version
-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