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

Don't use deprecated config.warn #230

Merged
merged 3 commits into from Nov 15, 2018
Merged

Commits on Sep 23, 2018

  1. Don't use deprecated config.warn

    `config.warn` and `node.warn` were deprecated in pytest 3.8: 
    https://docs.pytest.org/en/latest/deprecations.html#config-warn-and-node-warn
    MarSoft committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    aeef6d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Fix call to warnings.warn

    nicoddemus committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    a14595f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    325ab2e View commit details
    Browse the repository at this point in the history