1
0
forked from VimPlug/jedi

Remove some more Python 2/3.5 references

This commit is contained in:
Dave Halter
2020-07-02 00:24:51 +02:00
parent 50b85153ce
commit 7e295d05a1
8 changed files with 9 additions and 38 deletions

View File

@@ -1,17 +1,7 @@
from os.path import dirname
import pytest
from test.helpers import get_example_dir, example_dir
from jedi import Project
@pytest.fixture(autouse=True)
def skip_not_supported_versions(environment):
if environment.version_info < (3, 5):
pytest.skip()
def test_implicit_namespace_package(Script):
sys_path = [get_example_dir('implicit_namespace_package', 'ns1'),
get_example_dir('implicit_namespace_package', 'ns2')]