diff options
author | w0rp <devw0rp@gmail.com> | 2019-05-16 20:11:42 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-05-16 20:11:42 +0100 |
commit | 975cc7af8fbabe234a220c84e56b7ff719d8d959 (patch) | |
tree | 04448d747affeb4f917be6a6a3f651a4e4210d97 /test/script | |
parent | d0f2a0ae940ef67649453de40c0ca3488d4dcec4 (diff) | |
download | ale-975cc7af8fbabe234a220c84e56b7ff719d8d959.zip |
Fix #2492 - Remove all Deoplete support for now
Diffstat (limited to 'test/script')
-rwxr-xr-x | test/script/custom-checks | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/script/custom-checks b/test/script/custom-checks index 20dbfb80..d4027fec 100755 --- a/test/script/custom-checks +++ b/test/script/custom-checks @@ -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 |