You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[py] Fix pytest_ignore_collect hook to respect --ignore (#15787)
Fix the `pytest_ignore_collect` hook to respect `--ignore` specified
by the user. Returning `False` stops pytest from consulting additional
hooks, including its default hooks that are necessary to process
`--ignore` option. By returning `True` or `None`, the hook combines
files ignored by default with ignores specified by the user.
0 commit comments