We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeb196 commit 63a23d8Copy full SHA for 63a23d8
testing/acceptance_test.py
@@ -754,7 +754,6 @@ def test():
754
result = testdir.runpytest(str(p) + "::test", "--doctest-modules")
755
result.stdout.fnmatch_lines(["*1 passed*"])
756
757
- @pytest.mark.skipif(not hasattr(os, "symlink"), reason="requires symlinks")
758
def test_cmdline_python_package_symlink(self, testdir, monkeypatch):
759
"""
760
test --pyargs option with packages with path containing symlink can
0 commit comments