Remove check for os.symlink, always there in py3+ (#6227)

Remove check for os.symlink, always there in py3+
This commit is contained in:
Bruno Oliveira 2019-11-18 22:37:59 -03:00 committed by GitHub
commit f36ea240fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -754,7 +754,6 @@ class TestInvocationVariants:
result = testdir.runpytest(str(p) + "::test", "--doctest-modules")
result.stdout.fnmatch_lines(["*1 passed*"])
@pytest.mark.skipif(not hasattr(os, "symlink"), reason="requires symlinks")
def test_cmdline_python_package_symlink(self, testdir, monkeypatch):
"""
test --pyargs option with packages with path containing symlink can