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 deprecated features #5529

Merged
merged 14 commits into from
Jul 9, 2019
Merged

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    be91c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    279733a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13f7f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    683b263 View commit details
    Browse the repository at this point in the history
  5. Move code about 'pytest_plugins' error to a more appropriate place

    It is no longer deprecated, but part of the normal code for 'config'
    nicoddemus committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    647d89c View commit details
    Browse the repository at this point in the history
  6. Move setup.cfg error message and tests to an appropriate location

    Those are not really deprecated anymore and are part of the normal
    code for config
    nicoddemus committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    f2b7809 View commit details
    Browse the repository at this point in the history
  7. Remove 'pytest.config'

    nicoddemus committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    7e58def View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa1955d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b35405 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a17c1b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c470ade View commit details
    Browse the repository at this point in the history
  12. Move FIXTURE_FUNCTION_CALL constant to the point of error

    This is no longer a deprecation so it makes sense to move it
    to the place where it is needed instead of leaving it in deprecated.py
    nicoddemus committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    85cc12e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ed7aa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Let context-managers for raises and warns handle unknown keyword argu…

    …ments
    
    As suggested during review
    nicoddemus committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    dfe54cd View commit details
    Browse the repository at this point in the history