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.
2 parents eeeb196 + 63a23d8 commit f36ea24Copy full SHA for f36ea24
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