1
0
forked from VimPlug/jedi

Removed some more 3.4 usages

This commit is contained in:
Dave Halter
2020-02-27 18:30:46 +01:00
parent 5f226bc82e
commit 5f2a402b19
4 changed files with 8 additions and 19 deletions
@@ -24,9 +24,6 @@ def test_get_typeshed_directories():
dirs = get_dirs(PythonVersionInfo(2, 7))
assert dirs == transform({'stdlib/2and3', 'stdlib/2', 'third_party/2and3', 'third_party/2'})
dirs = get_dirs(PythonVersionInfo(3, 4))
assert dirs == transform({'stdlib/2and3', 'stdlib/3', 'third_party/2and3', 'third_party/3'})
dirs = get_dirs(PythonVersionInfo(3, 5))
assert dirs == transform({'stdlib/2and3', 'stdlib/3',
'third_party/2and3', 'third_party/3'})