mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Upgrade vim-vspec to 1.8.1 (#862)
This fixes some tests to make it work with the newer version.
This commit is contained in:
committed by
Dave Halter
parent
4c430ed536
commit
e49638ffc8
@@ -5,9 +5,9 @@ import zipfile
|
||||
|
||||
import pytest
|
||||
|
||||
VSPEC_URL = 'https://github.com/kana/vim-vspec/archive/1.4.1.zip'
|
||||
VSPEC_URL = 'https://github.com/kana/vim-vspec/archive/1.8.1.zip'
|
||||
CACHE_FOLDER = 'build'
|
||||
VSPEC_FOLDER = os.path.join(CACHE_FOLDER, 'vim-vspec-1.4.1')
|
||||
VSPEC_FOLDER = os.path.join(CACHE_FOLDER, 'vim-vspec-1.8.1')
|
||||
VSPEC_RUNNER = os.path.join(VSPEC_FOLDER, 'bin/vspec')
|
||||
TEST_DIR = 'test'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user