We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0718994 commit 9050b23Copy full SHA for 9050b23
python_files/tests/pytestadapter/test_discovery.py
@@ -432,6 +432,7 @@ def test_project_root_path_env_var():
432
433
@pytest.mark.skipif(
434
sys.platform == "win32",
435
+ reason="Symlinks require elevated privileges on Windows",
436
)
437
def test_symlink_with_project_root_path():
438
"""Test pytest discovery with both symlink and PROJECT_ROOT_PATH set.
0 commit comments