-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Symlinked directories not collected since pytest 6.1.0 #7981
Copy link
Copy link
Closed
Labels
topic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously
Metadata
Metadata
Assignees
Labels
topic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously
When there is a symlink to a directory in a test directory, is is just skipped over, but it should be followed and collected as usual.
This regressed in b473e51 (included in 6.1.0). For some reason I added a
follow_symlinks=Falsein there, I don't remember why, but it does not match the previous behavior and should be removed.PR for this is coming up.