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 plugin #43280

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Fix pytest plugin

    pytest plugins _cannot_ be installed by a non-top-level conftest file.
    Now that provider tests are moved to a nested directory we need to plumb
    the plugin in a different way.
    
    The plugin is now provided on the command line for breeze testing
    commands.
    o-nikolas committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5e98bc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Move exception ignore list into forbidden_warnings.py

    The config files which contain exceptions for forbidden_warnings were
    set in pytest config in the conftest files. The plugin is now loaded at
    the top-level and before conftest files are. Move the config into the
    python module for the plugin itself. There should be no harm in
    configuring all exceptions for each test type
    o-nikolas committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c71472e View commit details
    Browse the repository at this point in the history