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

Remove "oejskit" compat code & deprecate pytest._fillfuncargs() #7097

Closed
wants to merge 2 commits into from

Commits on Apr 17, 2020

  1. fixtures: remove compatibility code for outdated "oejskit" plugin

    This plugin doesn't work with recent pytest releases, and seems
    abandoned. So remove some compat code for it. It's not quite clear how
    the exception can be triggered, anyway.
    
    Also remove a mention of oejskit from the documentation.
    bluetech committed Apr 17, 2020
    Copy the full SHA
    f3c4723 View commit details
    Browse the repository at this point in the history
  2. fixtures: deprecate pytest._fillfuncargs function

    This function is exposed and kept alive for the oejskit plugin which is
    abandoned and no longer works with recent plugins, so let's prepare to
    completely remove it.
    bluetech committed Apr 17, 2020
    Copy the full SHA
    8b579aa View commit details
    Browse the repository at this point in the history