Skip to content

Commit f36ea24

Browse files
authored
Remove check for os.symlink, always there in py3+ (#6227)
Remove check for os.symlink, always there in py3+
2 parents eeeb196 + 63a23d8 commit f36ea24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/acceptance_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ def test():
754754
result = testdir.runpytest(str(p) + "::test", "--doctest-modules")
755755
result.stdout.fnmatch_lines(["*1 passed*"])
756756

757-
@pytest.mark.skipif(not hasattr(os, "symlink"), reason="requires symlinks")
758757
def test_cmdline_python_package_symlink(self, testdir, monkeypatch):
759758
"""
760759
test --pyargs option with packages with path containing symlink can

0 commit comments

Comments
 (0)