Fix #2492 - Remove all Deoplete support for now

This commit is contained in:
w0rp
2019-05-16 20:11:42 +01:00
parent d0f2a0ae94
commit 975cc7af8f
5 changed files with 4 additions and 235 deletions

View File

@@ -67,14 +67,4 @@ echo
test/script/check-toc || exit_code=$?
echo '========================================'
echo 'Check Python code'
echo '========================================'
echo
docker run --rm -v "$PWD:/testplugin" "$DOCKER_RUN_IMAGE" \
python -W ignore -m unittest discover /testplugin/test/python \
|| exit_code=$?
echo
exit $exit_code