Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pytest_ignore_collect not to block default pytest code #464

Merged
merged 3 commits into from
Nov 3, 2024

Commits on May 28, 2024

  1. Fix pytest_ignore_collect not to block default pytest code

    Fix `pytest_ignore_collect` hook implementation to return `None`
    rather than `False` when the path ought not to be ignored.  This is
    necessary to enable the default pytest implementation of
    `pytest_ignore_collect()` to be used.  Otherwise, the default rules
    are never applied and e.g. `--ignore` does not work.
    
    I've also reported pytest-dev/pytest#12383
    about the misleading documentation.
    mgorny committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4e28713 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    9e15845 View commit details
    Browse the repository at this point in the history
  2. Added changelog entry

    agronholm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4b9f659 View commit details
    Browse the repository at this point in the history