From 63a23d876cad98d42f03cf6c6f397513e96ffcdb Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 18 Nov 2019 16:01:44 -0800 Subject: [PATCH] Remove check for os.symlink, always there in py3+ --- testing/acceptance_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index ad9c37737af..284796a42bb 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -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