mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix hypothesis devel URL
This commit is contained in:
parent
8cedf13fdf
commit
59e822707d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue