From 59e822707d6016978ecd391b8226ec5e539624eb Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 24 Apr 2018 11:20:49 +0200 Subject: [PATCH] Fix hypothesis devel URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ba7c01..9cc75f1 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ install-test: install-servers pip install -Ur test-requirements.txt set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \ pip install -U --force-reinstall \ - git+https://github.com/DRMacIver/hypothesis \ + 'git+https://github.com/HypothesisWorks/hypothesis#egg=hypothesis&subdirectory=hypothesis-python' git+https://github.com/kennethreitz/requests \ git+https://github.com/pytest-dev/pytest; \ fi