Fix hypothesis devel URL

This commit is contained in:
Markus Unterwaditzer 2018-04-24 11:20:49 +02:00
parent 8cedf13fdf
commit 59e822707d

View file

@ -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