Skip to content

Commit 1cf4734

Browse files
committed
Update third-party dependencies to latest
1 parent d3ae555 commit 1cf4734

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

third_party/bottle

third_party/jedi_deps/jedi

Submodule jedi updated 94 files

ycmd/tests/python/subcommands_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
TYPESHED_PATH = os.path.normpath(
4444
PathToTestFile( '..', '..', '..', '..', 'third_party', 'jedi_deps', 'jedi',
45-
'jedi', 'third_party', 'typeshed', 'stdlib', '2and3', 'builtins.pyi' ) )
45+
'jedi', 'third_party', 'typeshed', 'stdlib', '3', 'builtins.pyi' ) )
4646

4747

4848
class JediDef:
@@ -154,7 +154,7 @@ def test_Subcommands_GoTo( self, app ):
154154
{ 'request': ( 'basic.py', 1, 4 ),
155155
'response': ( 'basic.py', 1, 1 ) },
156156
{ 'request': ( 'basic.py', 1, 12 ),
157-
'response': ( TYPESHED_PATH, 947, 7 ) },
157+
'response': ( TYPESHED_PATH, 742, 7 ) },
158158
{ 'request': ( 'basic.py', 2, 2 ),
159159
'response': ( 'basic.py', 1, 1 ) },
160160
# Class
@@ -381,7 +381,7 @@ def test_Subcommands_GetDoc_NoDocumentation( self, app ):
381381
def test_Subcommands_GoToType( self, app ):
382382
for test in [
383383
{ 'request': ( 'basic.py', 2, 1 ),
384-
'response': ( TYPESHED_PATH, 947, 7 ) },
384+
'response': ( TYPESHED_PATH, 742, 7 ) },
385385
{ 'request': ( 'basic.py', 8, 1 ),
386386
'response': ( 'basic.py', 4, 7 ) },
387387
{ 'request': ( 'basic.py', 3, 1 ),

0 commit comments

Comments
 (0)