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

Fix OS X specific code that uses capturemanager. #3891

Closed
wants to merge 1 commit into from

Conversation

jirikuncar
Copy link
Member

#3888 (comment)

closes #3888

Co-authored-by: Bruno Oliveira nicoddemus@gmail.com

Thanks for submitting a PR, your contribution is really appreciated!

Here's a quick checklist that should be present in PRs (you can delete this text from the final description, this is
just a guideline):

  • Create a new changelog file in the changelog folder, with a name like <ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.
  • Target the master branch for bug fixes, documentation updates and trivial changes.
  • Target the features branch for new features and removals/deprecations.
  • Include documentation when adding new features.
  • Include new tests or update existing tests when applicable.

Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:

  • Add yourself to AUTHORS in alphabetical order; trivial change

@nicoddemus
Copy link
Member

Thanks a lot @jirikuncar!

@nicoddemus
Copy link
Member

@vst @jirikuncar can you guys take this for a spin to ensure it fixes the issue?

pytest-dev#3888 (comment)

closes pytest-dev#3888

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
@jirikuncar
Copy link
Member Author

I can run my tests on macOS High Sierra with the patch where 3.7.3 is failing.

@coveralls
Copy link

coveralls commented Aug 27, 2018

Coverage Status

Coverage increased (+0.04%) to 92.632% when pulling ab5af52 on jirikuncar:3888-fix into 9620b16 on pytest-dev:master.

@vst
Copy link

vst commented Aug 27, 2018

Yes. v3.7.3 is now working well as expected with this fix.

@jirikuncar Thanks for the PR, and @nicoddemus, thanks for the swift action.

@nicoddemus
Copy link
Member

Superseded by #3893. 👍

@nicoddemus nicoddemus closed this Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doctests regression with v3.7.3 on OS-X
4 participants