1
0
forked from VimPlug/jedi

Don't run some usage tests on Python 2

This commit is contained in:
Dave Halter
2020-01-17 01:26:40 +01:00
parent c6ca889927
commit f53b08516d

View File

@@ -354,6 +354,7 @@ class DefinitelyNotGlobal:
# stubs # stubs
# ----------------- # -----------------
# python > 2.7
from stub_folder import with_stub from stub_folder import with_stub
#< ('stub:stub_folder.with_stub', 5, 4), ('stub_folder.with_stub', 5, 4), (0, 10) #< ('stub:stub_folder.with_stub', 5, 4), ('stub_folder.with_stub', 5, 4), (0, 10)
with_stub.stub_function with_stub.stub_function