Skip to content

Commit

Permalink
Remove check for os.symlink, always there in py3+ (#6227)
Browse files Browse the repository at this point in the history
Remove check for os.symlink, always there in py3+
  • Loading branch information
nicoddemus committed Nov 19, 2019
2 parents eeeb196 + 63a23d8 commit f36ea24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/acceptance_test.py
Expand Up @@ -754,7 +754,6 @@ def test():
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
Expand Down

0 comments on commit f36ea24

Please sign in to comment.