mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
More dev packages
This commit is contained in:
parent
c3cefd7046
commit
72eae0a4d3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -55,6 +55,7 @@ install-test: install-servers
|
|||
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \
|
||||
pip install -U --force-reinstall \
|
||||
git+https://github.com/DRMacIver/hypothesis \
|
||||
git+https://github.com/kennethreitz/requests \
|
||||
git+https://github.com/pytest-dev/pytest; \
|
||||
fi
|
||||
[ -z "$(TEST_EXTRA_PACKAGES)" ] || pip install $(TEST_EXTRA_PACKAGES)
|
||||
|
|
|
|||
Loading…
Reference in a new issue