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

Add typing for FixtureRequest.param #10133

Merged
merged 3 commits into from
Jul 14, 2022

Commits on Jul 14, 2022

  1. Add typing for FixtureRequest.param

    For now, mark it as Any until pytest-dev#8073 is solved
    
    Fixes pytest-dev#9514
    nipunn1313 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    895164c View commit details
    Browse the repository at this point in the history
  2. Update changelog/9514.bugfix.rst

    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    nipunn1313 and nicoddemus authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c404117 View commit details
    Browse the repository at this point in the history
  3. Update src/_pytest/fixtures.py

    Co-authored-by: Ran Benita <ran@unusedvar.com>
    nipunn1313 and bluetech authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2086383 View commit details
    Browse the repository at this point in the history