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

@@ -80,9 +80,6 @@ def test_relative_import(Script, environment, tmpdir):
"""
Attempt a relative import in a very simple namespace package.
"""
if environment.version_info < (3, 5):
pytest.skip()
directory = get_example_dir('namespace_package_relative_import')
# Need to copy the content in a directory where there's no __init__.py.
py.path.local(directory).copy(tmpdir)