test_do_not_collect_symlink_siblings doesn't work locally. Should it? #13313
Unanswered
TobiMcNamobi
asked this question in
General
Replies: 1 comment
-
I recommend opening a draft or with your changes as it's looking like a windows specific issue that requires background knowledge So its likely safe to temporarily ignore the specific error As long as things pass in ci We still should figure if this is a detectable configuration issue or a worse problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Executing
tox -e linting,py3119
leads to a failed assert in test_do_not_collect_symlink_siblings(..). The complete log:test_output.txt
Some directory names are masked but you can see I'm using Windows, Windows 10 to be precise.
I follow the contributing guide. So I'm stuck here. When I read further I find
pytest testing/test_config.py
which is successful.Beta Was this translation helpful? Give feedback.
All reactions