[py] Fix pytest_ignore_collect hook to respect --ignore by mgorny · Pull Request #15787 · SeleniumHQ/selenium
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.
mgorny
deleted the
py-fix-ignore-hook
branch
This was referenced
Sep 12, 2025This was referenced
Sep 19, 2025This was referenced
Oct 1, 2025This was referenced
Dec 21, 2025This was referenced
Jan 19, 2026This was referenced
Feb 16, 2026This was referenced
Feb 23, 2026This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters