Avoid installing any dependencies from PyPI

This is to fully ensure that we're using just distribution packages and
not actually fetching newer stuff from PyPI.
This commit is contained in:
Hugo Osvaldo Barrera 2021-04-09 19:17:08 +02:00
parent bc002a700e
commit 56688a6c50

View file

@ -27,8 +27,9 @@ environment:
tasks:
- setup: |
cd vdirsyncer
python setup.py build
sudo pip install --no-index .
sudo systemctl start docker
sudo python setup.py install
DAV_SERVER="radicale xandikos" make -e install-servers
- test: |
cd vdirsyncer