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

test: pytest: use collection_path argument #21026

Closed
wants to merge 1 commit into from

Commits on Sep 23, 2024

  1. test: pytest: use collection_path argument

    The path argument is deprecated since pytest 7 and an additional
    argument collection_path is it's replacement. It has slightly different
    semantics as it returns a PosixPath.
    
    This silences the deprecation warning on pytest 8.
    jelly committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9d4e7d7 View commit details
    Browse the repository at this point in the history