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

Pytest no live logging #58

Merged
merged 4 commits into from Mar 10, 2018
Merged

Pytest no live logging #58

merged 4 commits into from Mar 10, 2018

Commits on Jan 23, 2018

  1. Drop SWIG dep in CI

    Tyler Goodlet committed Jan 23, 2018
    Copy the full SHA
    e6efbbb View commit details
    Browse the repository at this point in the history
  2. Stop disabling logging plugin

    Thanks to the adjustments in pytest-dev/pytest#3124 we don't need to
    worry about live logging with a low logging level being enabled by
    default in `pytest` any more. Go back to using the default plugin set.
    Tyler Goodlet committed Jan 23, 2018
    Copy the full SHA
    603103d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Fix incorrect bind kwarg passing

    Tyler Goodlet committed Mar 9, 2018
    Copy the full SHA
    bcac7a3 View commit details
    Browse the repository at this point in the history
  2. Require modern pytest to get latest logging plugin

    Tyler Goodlet committed Mar 9, 2018
    Copy the full SHA
    efacb8f View commit details
    Browse the repository at this point in the history