summaryrefslogtreecommitdiff
path: root/src/mango/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/mango/Makefile')
-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