mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
We don't need the git version of Werkzeug anymore
This commit is contained in:
parent
32c84cc86e
commit
d2a005cf8a
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -32,7 +32,7 @@ _davserver() {
|
||||||
}
|
}
|
||||||
|
|
||||||
command__install_tests() {
|
command__install_tests() {
|
||||||
$PIP_INSTALL pytest pytest-xprocess git+https://github.com/mitsuhiko/werkzeug/ pytest-localserver
|
$PIP_INSTALL pytest pytest-xprocess werkzeug pytest-localserver
|
||||||
_optimize_pip
|
_optimize_pip
|
||||||
_davserver $DAV_SERVER
|
_davserver $DAV_SERVER
|
||||||
[ "$TRAVIS" != "true" ] || $PIP_INSTALL coverage coveralls
|
[ "$TRAVIS" != "true" ] || $PIP_INSTALL coverage coveralls
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue