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

Bump xdoctest from 0.13.0 to 0.14.0 #225

Merged
merged 1 commit into from
Aug 27, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2020

Bumps xdoctest from 0.13.0 to 0.14.0.

Changelog

Sourced from xdoctest's changelog.

[Version 0.14.0] - Uneleased

Added

  • The REQUIRES directive can now inspect existence or values of environment variables.
  • Added top-level doctest_callable function, which executes the doctests of a function or class.
  • Support for NO_COLOR environment variable.

Fixed

  • IPython.embed and ipdb.launch_ipdb_on_exception now correctly work from inside doctests.
  • Small incompatibility with pytest-matrix. See #82
Commits
  • b76aa9c Merge pull request #78 from Erotemic/dev/0.14.0
  • 3428e3f Support for NO_COLOR
  • c15eec9 prototype conversion to numpy from google
  • cc32f61 Add doctest_callable function
  • fb23d93 Merge pull request #82 from Erotemic/dev/fix-pytest-matrix
  • 8a9534d Add cls to XDoctestItem to support pytest-matrix
  • 463f3e0 Update help docs
  • 326a779 Fix coverage
  • c5beff3 Fix coverage
  • 5ad9f84 Fix CaptureStdout so it doesn't break embedding shells
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 27, 2020
@dependabot dependabot bot force-pushed the dependabot/pip/xdoctest-0.14.0 branch from a2747fc to f7be788 Compare August 27, 2020 19:51
@jmuelbert jmuelbert merged commit 7948dbf into master Aug 27, 2020
@dependabot dependabot bot deleted the dependabot/pip/xdoctest-0.14.0 branch August 27, 2020 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant