forked from VimPlug/jedi
Execute test only on 64bit platforms
This commit is contained in:
@@ -21,7 +21,7 @@ def test_completions():
|
||||
|
||||
@cwd_at('test/extensions')
|
||||
def test_call_signatures():
|
||||
# if platform.architecture()[0] == '64bit':
|
||||
if platform.architecture()[0] == '64bit':
|
||||
package_name = "compiled%s%s" % sys.version_info[:2]
|
||||
sys.path.insert(0, os.getcwd())
|
||||
if os.path.exists(package_name):
|
||||
|
||||
Reference in New Issue
Block a user