mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Makefile: Remove obsolete information
This commit is contained in:
parent
5c769fd63d
commit
9e8b5f2dad
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -5,11 +5,7 @@
|
||||||
# using --system-site-packages when creating the virtualenv
|
# using --system-site-packages when creating the virtualenv
|
||||||
# - Inside the virtualenv: `make install-test test`
|
# - Inside the virtualenv: `make install-test test`
|
||||||
#
|
#
|
||||||
# The `install-test` target requires internet access. Be aware that vdirsyncer
|
# The `install-test` target requires internet access.
|
||||||
# requires very recent versions of Radicale for the tests to run successfully.
|
|
||||||
#
|
|
||||||
# If you want to skip the DAV tests against Radicale, use:
|
|
||||||
# make DAV_SERVER=skip # ...
|
|
||||||
|
|
||||||
export DAV_SERVER := skip
|
export DAV_SERVER := skip
|
||||||
export REMOTESTORAGE_SERVER := skip
|
export REMOTESTORAGE_SERVER := skip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue