Commit bcf6f229 authored by Jérome Perrin's avatar Jérome Perrin

theia: remove usless typeshed egg

This egg was not maintained and was removed from pypi
https://github.com/python/typeshed/issues/3001#issuecomment-592884362

I don't think we need it here, I probably added by mistake.

Interestingly when running this command it fails the first time with an
explicit error:

    Could not find a version that satisfies the requirement typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22)) (from versions: )
    No matching distribution found for typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22))

But when the command run again, another confusing error is displayed:

    Error: [Errno 13] Permission denied: '/srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server/bin/activate.fish'
parent 7829a999
Pipeline #8297 failed with stage
......@@ -23,4 +23,4 @@ md5sum = b63a993a13e7c3b16b66c25fac5ac8b9
[python-language-server-requirements.txt]
filename = python-language-server-requirements.txt
md5sum = ce87c9818d64a16fce49c84ed5dba8fc
md5sum = 6c940b7015f45de6e679fc44807e5220
......@@ -19,5 +19,4 @@ six==1.12.0
snowballstemmer==1.2.1
toml==0.10.0
typed-ast==1.2.0
typeshed==0.0.1
yapf==0.28.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment