forked from VimPlug/jedi
Remove the skip_python2 fixture
This commit is contained in:
@@ -26,7 +26,7 @@ def test_f_strings(Script, environment):
|
||||
assert _infer_literal(Script, 'rF"{asdf} "', is_fstring=True) == ''
|
||||
|
||||
|
||||
def test_rb_strings(Script, environment, skip_python2):
|
||||
def test_rb_strings(Script, environment):
|
||||
assert _infer_literal(Script, 'x = br"asdf"; x') == b'asdf'
|
||||
assert _infer_literal(Script, 'x = rb"asdf"; x') == b'asdf'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user